]> git.proxmox.com Git - wasi-libc.git/blame - basics/include/__typedef_ssize_t.h
WASI libc prototype implementation.
[wasi-libc.git] / basics / include / __typedef_ssize_t.h
CommitLineData
320054e8
DG
1#ifndef __wasm_basics___typedef_ssize_t_h
2#define __wasm_basics___typedef_ssize_t_h
51d4922d
DG
3
4/* This is defined to be the same size as size_t. */
0e985042 5typedef long ssize_t;
51d4922d
DG
6
7#endif