netdb.h 125 B

123456789
  1. #pragma once
  2. #include <inttypes.h>
  3. #include <netinet/in.h>
  4. struct hostent;
  5. struct netent;
  6. struct protoent;
  7. struct servent;