source:
trunk/minix/include/strings.h@
9
| Last change on this file since 9 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 331 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 1 | /* |
| 2 | strings.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.