mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-06-15 06:39:29 +00:00
11 lines
251 B
C
11 lines
251 B
C
#ifndef __wasm_basics_stdlib_h
|
|
#define __wasm_basics_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 <__functions_malloc.h>
|
|
|
|
#endif
|