Changeset 305 for GPL/branches/uniaud-2.0/include/linux/string.h
- Timestamp:
- Mar 24, 2008, 2:43:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/include/linux/string.h
r32 r305 1 1 #ifndef _LINUX_STRING_H 2 2 #define _LINUX_STRING_H 3 3 #if 0 4 4 char *strstr1 (const char *string1, const char *string2); 5 5 … … 9 9 10 10 int strncmp (const char *string1, const char *string2, size_t count); 11 11 #endif 12 12 #endif 13 13
Note:
See TracChangeset
for help on using the changeset viewer.