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

8 lines
157 B
C
Raw Normal View History

2025-11-09 18:56:24 +01:00
#ifndef __wasilibc___struct_in6_addr_h
#define __wasilibc___struct_in6_addr_h
struct in6_addr {
_Alignas(int32_t) unsigned char s6_addr[16];
};
#endif