1#ifndef ARPA_INET_H 2#define ARPA_INET_H 3 4#include "../../../include/arpa/inet.h" 5 6hidden int __inet_aton(const char *, struct in_addr *); 7 8#endif 9