summaryrefslogtreecommitdiff
path: root/src/time/time_t.c
blob: 58cf3fb04db0aa023498ae236754a2be0617663f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typedef                                                                 long int
	time_t;

/** time representation **/

/***
is used for representing time.
***/

/*
DEFINED_TYPE(an arithmetic type)
STDC(1)
*/