GBDK 2020 Docs
4.0.6
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
25
clock_t
clock
()
OLDCALL
;
26
36
time_t
time
(
time_t
*t);
37
38
#endif
time_t
uint16_t time_t
Definition:
time.h:12
types.h
uint16_t
unsigned short int uint16_t
Definition:
stdint.h:52
time
time_t time(time_t *t)
stdint.h
OLDCALL
#define OLDCALL
Definition:
types.h:19
clock_t
unsigned int clock_t
Definition:
types.h:68
clock
clock_t clock() OLDCALL