Changes in uspace/lib/c/include/str.h [b2906c0:b06414f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
rb2906c0 rb06414f 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);102 101 103 102 extern char *str_chr(const char *str, wchar_t ch);
Note:
See TracChangeset
for help on using the changeset viewer.