Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
include
arpa
inet.h
pretty
plain
permalink
blame
history
•
8 lines
•
146 B
1
#ifndef ARPA_INET_H
2
#define ARPA_INET_H
3
4
#include "../../../include/arpa/inet.h"
5
6
hidden int __inet_aton(const char *, struct in_addr *);
7
8
#endif