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