gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:_ctloc (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/time/strptime.c - 28.1KB - 732 lines
46: #define isleap(year) (((((year)) % 4) == 0 && (((year)) % 100) != 0) || (((year)) % 400) == 0)
47: #define _ctloc(x) (_CurrentTimeLocale.x)
48: static const struct {