00001 /* 00002 strings.h 00003 */ 00004 00005 /* Open Group Base Specifications Issue 6 (not complete) */ 00006 _PROTOTYPE( char *index, (const char *_s, int _charwanted) ); 00007 _PROTOTYPE( int strcasecmp, (const char *_s1, const char *_s2) ); 00008 _PROTOTYPE( int strncasecmp, (const char *_s1, const char *_s2, 00009 size_t _len) ); 00010 _PROTOTYPE( int ffs, (int i) );
1.4.6