mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-06-28 22:47:33 +00:00

This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen, and dlmalloc, as well as a significant amount of new code.
9 lines
154 B
C
9 lines
154 B
C
#ifndef __wasilibc___struct_in6_addr_h
|
|
#define __wasilibc___struct_in6_addr_h
|
|
|
|
struct in6_addr {
|
|
_Alignas(long) unsigned char s6_addr[16];
|
|
};
|
|
|
|
#endif
|