Next: strspn, Previous: strchr, Up: C library functions [Index]
strcoll
#include <string.h> String new s1; String new s2; Integer new result; result = strcoll (s1, s2);