Changeset 980311e in mainline for uspace/lib/c/include/str.h


Ignore:
Timestamp:
2011-08-24T21:32:32Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81e9cb3
Parents:
a5454cf
Message:

Remove wstr_chr().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/str.h

    ra5454cf r980311e  
    9090extern char *str_chr(const char *str, wchar_t ch);
    9191extern char *str_rchr(const char *str, wchar_t ch);
    92 extern wchar_t *wstr_chr(const wchar_t *wstr, wchar_t ch);
    9392
    9493extern 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.