Searched refs:check_date_max (Results 1 – 1 of 1) sorted by relevance
17 void check_date_max( struct tm * (*date_func)(const time_t *), char *func_name ) { in check_date_max() function108 check_date_max(gmtime, "gmtime"); in main()109 check_date_max(localtime, "localtime"); in main()