inet_pton.h 113 B

1234
  1. #ifndef __INET_PTON_H
  2. #define __INET_PTON_H
  3. int inet_pton(int, const char *, void *);
  4. #endif /* __INET_PTON_H */