musl-tcc/src/include/arpa/inet.h

9 lines
146 B
C
Raw Normal View History

2022-03-20 08:48:53 +00:00
#ifndef ARPA_INET_H
#define ARPA_INET_H
#include "../../../include/arpa/inet.h"
hidden int __inet_aton(const char *, struct in_addr *);
#endif