Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
bf65415f8d080f1649ee3432d4f11f62216f6cee
/
.
/
lib
/
inet_aton.h
blob: c93c87f86f45939566acc2aa5ea16bc79f297964 [
file
] [
log
] [
blame
]
#ifndef
FIO_INET_ATON_LIB_H
#define
FIO_INET_ATON_LIB_H
#include
<arpa/inet.h>
int
inet_aton
(
const
char
*
cp
,
struct
in_addr
*
inp
);
#endif