Searched refs:total_years (Results 1 – 1 of 1) sorted by relevance
21 int total_years; in main() local69 total_years = (tm_ptr->tm_year + 1900); in main()70 if (total_years >= 1900) { in main()71 printf("year %d\n", total_years); in main()73 printf("year %d\n", total_years); in main()