llvm-mos-sdk
sim
stdlib.h
Go to the documentation of this file.
1
#ifndef _SIM_STDLIB_H_
2
#define _SIM_STDLIB_H_
3
4
#include_next <stdlib.h>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
unsigned
long
clock
();
11
void
reset_clock
();
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif // not _SIM_STDLIB_H_
reset_clock
void reset_clock()
clock
unsigned long clock()
Generated by
1.8.17