gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:INT_STRLEN_MAXIMUM (0.03 seconds)
t2ex
bsd_source/lib/libc/src_bsd/time/strftime.c - 33.3KB - 791 lines
340:                                         struct tm  tm;
341:                                         char               buf[INT_STRLEN_MAXIMUM(
342:                                                                 time_t) + 1];
601: { 602: char buf[INT_STRLEN_MAXIMUM(int) + 1]; 603: