GBDK 2020 Docs  4.2.0
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 #include <stdint.h>
9 
10 #define CLOCKS_PER_SEC 60
11 
12 typedef uint16_t time_t;
13 
26 
37 
38 #endif
unsigned int clock_t
Definition: types.h:71
#define OLDCALL
Definition: types.h:21
unsigned short int uint16_t
Definition: stdint.h:52
clock_t clock(void) OLDCALL
uint16_t time_t
Definition: time.h:12
time_t time(time_t *t)