Changeset 272f88f0 in mainline for uspace/lib/libc/include/string.h
- Timestamp:
- 2009-11-29T14:54:07Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1352fc1, 1df977c
- Parents:
- a1622091 (diff), da2bd08 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/string.h
ra1622091 r272f88f0 74 74 75 75 extern void wstr_nstr(char *dst, const wchar_t *src, size_t size); 76 extern void str_to_wstr(wchar_t *dest, size_t dlen, const char *src); 76 77 77 78 extern char *str_chr(const char *str, wchar_t ch);
Note:
See TracChangeset
for help on using the changeset viewer.