gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:asctime_r (0.00 seconds)
t2ex
t2ex_source/lib/libc/src/time/ctime_r.c - 2.5KB - 69 lines
58:         if (localtime_r(clock, &tm) == NULL) return NULL;
59:         return asctime_r(&tm, buf);
60: }