Changeset a5454cf in mainline for uspace/lib/c/include/str.h
- Timestamp:
- 2011-08-24T21:20:15Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 980311e
- Parents:
- c065743
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/str.h
rc065743 ra5454cf 91 91 extern char *str_rchr(const char *str, wchar_t ch); 92 92 extern wchar_t *wstr_chr(const wchar_t *wstr, wchar_t ch); 93 extern wchar_t *wstr_rchr(const wchar_t *wstr, wchar_t ch);94 93 95 94 extern bool wstr_linsert(wchar_t *str, wchar_t ch, size_t pos, size_t max_pos);
Note:
See TracChangeset
for help on using the changeset viewer.