wasi-libc/basics
Dan Gohman ca9046d872
Use consistent style for wasi-libc C source files. (#131)
For now, this means using `//`-style comments in .c source files (though
not public header files), and spaces rather than tabs. No strong opinion
here; this is just what the majority of the current code is using.

This also synchronizes basics/crt/crt1.c with libc-bottom-half's
version, though this is just a cleanup as the former isn't currently used
by the main wasi-libc build.
2019-11-08 11:59:57 -08:00
..
crt Use consistent style for wasi-libc C source files. (#131) 2019-11-08 11:59:57 -08:00
include Avoid using user identifiers in function declarations. (#124) 2019-10-28 11:08:12 -07:00
sources Add complex builtins for creal and cimag too. 2019-05-15 11:52:56 -07:00
LICENSE Add initial files. 2018-10-02 17:48:36 -07:00