Changeset 21927 for trunk/lib/unicode/mbtowc.c
- Timestamp:
- Dec 23, 2011, 7:16:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/unicode/mbtowc.c
r21916 r21927 236 236 237 237 /* return -1 on dst buffer overflow, -2 on invalid input char */ 238 int cp_mbstowcs( const union cptable *table, int flags,239 const char *src, int srclen,240 WCHAR *dst, int dstlen )238 _K32CONV int cp_mbstowcs( const union cptable *table, int flags, 239 const char *src, int srclen, 240 WCHAR *dst, int dstlen ) 241 241 { 242 242 if (NULL == src) return -2;
Note:
See TracChangeset
for help on using the changeset viewer.