gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:_LEGAL_ALT (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/time/strptime.c - 28.1KB - 732 lines
73: #define _ALT_O                  0x02
74: #define _LEGAL_ALT(x)           { if (alt_format & ~(x)) return (0); }
75: