wasi-libc/libc-bottom-half/headers/public/stdlib.h
Dan Gohman b59b83cbc2
Miscellaneous cleanups (#113)
* Tidy up some #include names.

* Move non-cloudlibc sources out of the cloudlibc directory.
2019-10-18 13:53:13 -07:00

11 lines
242 B
C

#ifndef __wasilibc_stdlib_h
#define __wasilibc_stdlib_h
/*
* Include the real implementation, which is factored into a separate file so
* that it can be reused by other libc stdlib implementations.
*/
#include <__header_stdlib.h>
#endif