GBDK 2020 Docs
4.3.0
API Documentation for GBDK 2020
Main Page
Related Pages
C modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
b
d
f
h
j
l
n
o
p
s
t
w
x
y
Variables
b
d
f
h
j
l
n
o
p
s
t
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
p
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
h
i
k
l
n
o
p
r
s
t
v
w
Typedefs
b
c
d
f
i
j
l
m
o
p
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
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