[Next] [Previous] [Up] [Top] [Contents] [Index]

11.1 General Utilities

11.1.5 String Utilties


int stricmp(char *a, char *b);
 

Like strcmp(), except case-insensitive.

int Pstricmp(char *a, char *b);
 

Like strcmp(), except for Pascal strings.

int Pstricmp(char *a, char *b);
 

Like stricmp(), but for Pascal strings.


PSYX Programmer's Manual - 24 AUG 95
[Next] [Previous] [Up] [Top] [Contents] [Index]

Generated with CERN WebMaker