Changeset df24ec3 in mainline for uspace/libc/include/string.h
- Timestamp:
- 2007-01-17T21:45:15Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c7611b3
- Parents:
- df4ed85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/include/string.h
rdf4ed85 rdf24ec3 44 44 void * memmove(void *dest, const void *src, size_t n); 45 45 46 int bcmp(const char *s1, const char *s2, size_t n); 47 46 48 int strcmp(const char *, const char *); 47 49
Note:
See TracChangeset
for help on using the changeset viewer.