int stricmp(CONST char *a, CONST char *b)
Case independent comparison of character strings.
Definition: straux.c:148
int getword(CONST char *s, int *spos, char *word, int maxlen, char blank, char endchar)
Copies a blank or '\0' or < endchar > delimeted word from position *spos of the string s to the strin...
Definition: straux.c:96