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
,
10 _PROTOTYPE( int ffs
, (int i
) );