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

Go to the source code of this file.

Functions

long ouptime (int year, int month, int day, int hour, int minute, int second)
 

Variables

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

Function Documentation

◆ ouptime()

long ouptime ( int  year,
int  month,
int  day,
int  hour,
int  minute,
int  second 
)

Definition at line 10 of file ouptime.c.

Variable Documentation

◆ mdays

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

Definition at line 8 of file ouptime.c.