Changeset 82374b2 in mainline for uspace/lib/c/include/str.h
- Timestamp:
- 2011-06-28T07:32:48Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fcc3cd8
- Parents:
- 298a6ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
r298a6ce r82374b2 78 78 extern char *wstr_to_astr(const wchar_t *src); 79 79 extern int str_to_wstr(wchar_t *dest, size_t dlen, const char *src); 80 extern int utf16_to_str(char *dest, size_t size, const uint16_t *src); 80 81 81 82 extern char *str_chr(const char *str, wchar_t ch);
Note:
See TracChangeset
for help on using the changeset viewer.