Changeset 272f88f0 in mainline for uspace/lib/libc/include/string.h


Ignore:
Timestamp:
2009-11-29T14:54:07Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1352fc1, 1df977c
Parents:
a1622091 (diff), da2bd08 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge more command-line input improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/string.h

    ra1622091 r272f88f0  
    7474
    7575extern void wstr_nstr(char *dst, const wchar_t *src, size_t size);
     76extern void str_to_wstr(wchar_t *dest, size_t dlen, const char *src);
    7677
    7778extern char *str_chr(const char *str, wchar_t ch);
Note: See TracChangeset for help on using the changeset viewer.