Find if year is a leap year or not. More...
#include <utils.h>
Go to the source code of this file.
Functions | |
short int | is_leap_year (int year) |
Find string in vector and return index. |
Find if year is a leap year or not.
Definition in file is_leap_year.c.
short int is_leap_year | ( | int | year | ) |
Find string in vector and return index.
[in] | year | Year to test |
Definition at line 58 of file is_leap_year.c.
Referenced by find_the_days().