wasi-libc/libc-bottom-half/headers
Dan Gohman dd010beea5
Avoid using cast expressions in WASI API constants. (#148)
Cast expressions aren't valid to use in some preprocessor constants, so
change the constants to use `UINT32_C` etc. instead of casts.

Fixes #146.
2019-12-16 13:29:06 -08:00
..
private Use constructor functions for optional init routines. (#142) 2019-11-25 14:04:45 -08:00
public Avoid using cast expressions in WASI API constants. (#148) 2019-12-16 13:29:06 -08:00
LICENSE WASI libc prototype implementation. 2019-03-27 07:59:55 -07:00