source: trunk/minix/include/strings.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 331 bytes
Line 
1/*
2strings.h
3*/
4
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) );
Note: See TracBrowser for help on using the repository browser.