]> git.proxmox.com Git - wasi-libc.git/blame - basics/include/__typedef_clock_t.h
WASI libc prototype implementation.
[wasi-libc.git] / basics / include / __typedef_clock_t.h
CommitLineData
320054e8
DG
1#ifndef __wasm_basics___typedef_clock_t_h
2#define __wasm_basics___typedef_clock_t_h
51d4922d 3
dcf13b6f
DG
4/* Define this as a 64-bit signed integer to avoid wraparounds. */
5typedef long long clock_t;
51d4922d
DG
6
7#endif