]> git.proxmox.com Git - wasi-libc.git/blob - basics/include/inttypes.h
Add a basics implementation of <inttypes.h>.
[wasi-libc.git] / basics / include / inttypes.h
1 #ifndef __wasm_basics_inttypes_h
2 #define __wasm_basics_inttypes_h
3
4 /*
5 * Include the real implementation, which is factored into a separate file so
6 * that it can be reused by other libc stdlib implementations.
7 */
8 #include <__header_inttypes.h>
9
10 #endif