inet_ntop.h 138 B

1234
  1. #ifndef __INET_NTOP_H
  2. #define __INET_NTOP_H
  3. char *inet_ntop(int af, const void *addr, char *buf, size_t size);
  4. #endif /* __INET_NTOP_H */