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