gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strcmp from t2ex/bsd_source/lib/libc/src_bsd/stdio/citrus_ctype.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/citrus_ctype.c - 2.3KB - 62 lines
50: {
51:         if (!strcmp(encname, "NONE")) {
52:                 *rcc = &_citrus_ctype_none;
54: return (0); 55: } else if (!strcmp(encname, "UTF8")) { 56: *rcc = &_citrus_ctype_utf8;