]> git.proxmox.com Git - wasi-libc.git/blame - basics/include/string.h
WASI libc prototype implementation.
[wasi-libc.git] / basics / include / string.h
CommitLineData
320054e8
DG
1#ifndef __wasm_string_h
2#define __wasm_string_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 string implementations.
7 */
8#include <__functions_memcpy.h>
dcf13b6f
DG
9
10#endif