Changeset 21927 for trunk/lib/unicode/wctomb.c
- Timestamp:
- Dec 23, 2011, 7:16:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/unicode/wctomb.c
r21916 r21927 378 378 /* wide char to multi byte string conversion */ 379 379 /* return -1 on dst buffer overflow */ 380 int cp_wcstombs( const union cptable *table, int flags,380 _K32CONV int cp_wcstombs( const union cptable *table, int flags, 381 381 const WCHAR *src, int srclen, 382 382 char *dst, int dstlen, const char *defchar, int *used )
Note:
See TracChangeset
for help on using the changeset viewer.