source:
tags/server-single-semaphore/minix/include/strings.h
| Last change on this file was 9, checked in by , 15 years ago | |
|---|---|
| File size: 331 bytes | |
| Line | |
|---|---|
| 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.