Mapper
Macros | Functions | Variables
check_24.c File Reference
#include <time.h>
Include dependency graph for check_24.c:

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 }
 

Macro Definition Documentation

◆ _POSIX_SOURCE

#define _POSIX_SOURCE

Definition at line 8 of file check_24.c.

Function Documentation

◆ check_24()

long check_24 ( short int *  year,
short int *  month,
short int *  day,
short int *  hour,
short int *  minute,
short int *  second 
)

Definition at line 13 of file check_24.c.

Here is the caller graph for this function:

Variable Documentation

◆ mdays

int mdays[12] = { 0,31,59,90,120,151,181,212,243,273,304,334 }
static

Definition at line 11 of file check_24.c.