mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-06-13 15:56:16 +00:00

* Tidy up some #include names. * Move non-cloudlibc sources out of the cloudlibc directory.
11 lines
242 B
C
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
|