gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strlen from t2ex/bsd_source/lib/libc/src_bsd/stdlib/gethex.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/gethex.c - 11.9KB - 360 lines
59:                 s0 = (unsigned char*)localeconv()->decimal_point;
60:                 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
61:                         strlcpy(decimalpoint_cache, s0, strlen(s0) + 1);
62:                         s0 = decimalpoint_cache;