mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-06-22 13:52:08 +00:00

This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen, and dlmalloc, as well as a significant amount of new code.
11 lines
161 B
C
11 lines
161 B
C
#ifndef __wasilibc___struct_in_addr_h
|
|
#define __wasilibc___struct_in_addr_h
|
|
|
|
#include <__typedef_in_addr_t.h>
|
|
|
|
struct in_addr {
|
|
in_addr_t s_addr;
|
|
};
|
|
|
|
#endif
|