Search | Google it | Results 1 - 1 of 1 for fundef:INT_STRLEN_MAXIMUM (0.00 seconds) |
51: #define NO_RUN_TIME_WARNINGS_ABOUT_YEAR_2000_PROBLEMS_THANK_YOU 1 52: #define INT_STRLEN_MAXIMUM(t) (sizeof(t) * 3 + 1) 53: #define isleap_sum(year,base) (((((year) + (base)) % 4) == 0 && (((year) + (base)) % 100) != 0) || (((year) + (base)) % 400) == 0)