Mapper
|
#include <time.h>
Go to the source code of this file.
Macros | |
#define | _POSIX_SOURCE |
Functions | |
long | check_24 (short int *year, short int *month, short int *day, short int *hour, short int *minute, short int *second) |
Variables | |
static int | mdays [12] = { 0,31,59,90,120,151,181,212,243,273,304,334 } |
#define _POSIX_SOURCE |
Definition at line 8 of file check_24.c.
long check_24 | ( | short int * | year, |
short int * | month, | ||
short int * | day, | ||
short int * | hour, | ||
short int * | minute, | ||
short int * | second | ||
) |
|
static |
Definition at line 11 of file check_24.c.