gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:mbrtowc from t2ex/bsd_source/lib/libc/src_bsd/stdio/vfprintf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
492: #ifndef _T2EX_NO_MULTIBYTE
493:                 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) {
494: #else
1214: #ifndef _T2EX_NO_MULTIBYTE 1215: while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) { 1216: #else