Format: AllC/C++CSSTextshell script Advanced Search
46: #define isleap(year) (((((year)) % 4) == 0 && (((year)) % 100) != 0) || (((year)) % 400) == 0) 47: #define _ctloc(x) (_CurrentTimeLocale.x) 48: static const struct {