Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
wasm-wasi-musl
__struct_in_addr.h
pretty
plain
permalink
blame
history
•
10 lines
•
161 B
1
#ifndef __wasilibc___struct_in_addr_h
2
#define __wasilibc___struct_in_addr_h
3
4
#include <__typedef_in_addr_t.h>
5
6
struct in_addr {
7
in_addr_t s_addr;
8
};
9
10
#endif