source:
kBuild/trunk/src/ash-messup/win/strings.h@
878
Last change on this file since 878 was 819, checked in by , 18 years ago | |
---|---|
|
|
File size: 119 bytes |
Line | |
---|---|
1 | #include <string.h> |
2 | #define strcasecmp stricmp |
3 | #define strncasecmp strnicmp |
4 | #define index(str, ch) strchr((str), (ch)) |
Note:
See TracBrowser
for help on using the repository browser.