wasi-libc/basics/include
Dan Gohman ec3ee5e985
Avoid using user identifiers in function declarations. (#124)
MultiSource/Benchmarks/McCat in llvm-test-suite has a macro named
`n`, so rename function parameters to avoid colliding.
2019-10-28 11:08:12 -07:00
..
sys WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__errno.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__functions_malloc.h Avoid using user identifiers in function declarations. (#124) 2019-10-28 11:08:12 -07:00
__functions_memcpy.h Avoid using user identifiers in function declarations. (#124) 2019-10-28 11:08:12 -07:00
__header_inttypes.h Add a basics implementation of <inttypes.h>. 2019-04-15 09:44:33 -07:00
__macro_PAGESIZE.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__struct_stat.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__struct_timespec.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_blkcnt_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_blksize_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_clock_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_dev_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_gid_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_ino_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_mode_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_nlink_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_off_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_ssize_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_suseconds_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_time_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
__typedef_uid_t.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
errno.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
inttypes.h Add a basics implementation of <inttypes.h>. 2019-04-15 09:44:33 -07:00
stdlib.h Make basics include guard names more consistent. 2019-04-15 09:47:16 -07:00
string.h Make basics include guard names more consistent. 2019-04-15 09:47:16 -07:00
time.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00
wchar.h WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00