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


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

Remove wstr_rchr().

File:
1 edited

Legend:

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

    rc065743 ra5454cf  
    9191extern char *str_rchr(const char *str, wchar_t ch);
    9292extern wchar_t *wstr_chr(const wchar_t *wstr, wchar_t ch);
    93 extern wchar_t *wstr_rchr(const wchar_t *wstr, wchar_t ch);
    9493
    9594extern 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.