- strcasecmp
int strcasecmp(char* s1, char* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strncasecmp
int strncasecmp(char* s1, char* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- strsignal
char* strsignal(int sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.