summaryrefslogtreecommitdiffstats
path: root/polyp/inet_ntop.h
blob: 11bc6112ec6b6dae74fa1a2113d1a3ac296556e6 (plain)
1
2
3
4
5
6
#ifndef fooinet_ntophfoo
#define fooinet_ntophfoo

const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt);

#endif