summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__typedef_in_addr_t.h
blob: 68ab51220363092a3c832e2e18bb4e5a7e085eac (plain)
1
2
3
4
5
6
#ifndef __wasilibc___typedef_in_addr_t_h
#define __wasilibc___typedef_in_addr_t_h

typedef unsigned in_addr_t;

#endif