GBDK 2020 Docs
API Documentation for GBDK 2020
time.h
Go to the documentation of this file.
1 
4 #ifndef TIME_INCLUDE
5 #define TIME_INCLUDE
6 
7 #include <types.h>
8 
9 #define CLOCKS_PER_SEC 60
10 
11 typedef UINT16 time_t;
12 
25 
36 
37 #endif
UINT16
unsigned int UINT16
Definition: types.h:27
types.h
clock_t
UINT16 clock_t
Definition: types.h:43
time
time_t time(time_t *t)
clock
clock_t clock(void) NONBANKED
NONBANKED
#define NONBANKED
Definition: types.h:11
time_t
UINT16 time_t
Definition: time.h:11