Changes in uspace/lib/c/include/str.h [b06414f:b2906c0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
rb06414f rb2906c0 99 99 extern int utf16_to_str(char *dest, size_t size, const uint16_t *src); 100 100 extern int str_to_utf16(uint16_t *dest, size_t dlen, const char *src); 101 extern size_t utf16_wsize(const uint16_t *ustr); 101 102 102 103 extern char *str_chr(const char *str, wchar_t ch);
Note:
See TracChangeset
for help on using the changeset viewer.