Next: , Previous: , Up: C library functions   [Index]


strcoll

strcoll Function

#include <string.h>

String new s1;
String new s2;
Integer new result;

result = strcoll (s1, s2);