Changeset 2dd7288 in mainline for uspace/lib/libc/include/string.h
- Timestamp:
- 2008-08-10T09:11:44Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2e9c47
- Parents:
- 5749372
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/string.h
r5749372 r2dd7288 48 48 extern int strcmp(const char *, const char *); 49 49 extern int strncmp(const char *, const char *, size_t); 50 extern int stricmp(const char *, const char *); 50 51 51 52 extern char *strcpy(char *, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.