Crafter.Build/binlib/wasi-sysroot-28.0/include/wasm32-wasi-threads/__struct_iovec.h

12 lines
182 B
C
Raw Normal View History

2025-11-09 18:56:24 +01:00
#ifndef __wasilibc___struct_iovec_h
#define __wasilibc___struct_iovec_h
#define __need_size_t
#include <stddef.h>
struct iovec {
void *iov_base;
size_t iov_len;
};
#endif