fp might be NULL.
[minix.git] / include / strings.h
blobf6ce07febc97152951c4886157363e9b537df11e
1 /*
2 strings.h
3 */
5 /* Open Group Base Specifications Issue 6 (not complete) */
6 _PROTOTYPE( char *index, (const char *_s, int _charwanted) );
7 _PROTOTYPE( int strcasecmp, (const char *_s1, const char *_s2) );
8 _PROTOTYPE( int strncasecmp, (const char *_s1, const char *_s2,
9 size_t _len) );
10 _PROTOTYPE( int ffs, (int i) );