9 lines
125 B
C
9 lines
125 B
C
#pragma once
|
|
|
|
#include <inttypes.h>
|
|
#include <netinet/in.h>
|
|
|
|
struct hostent;
|
|
struct netent;
|
|
struct protoent;
|
|
struct servent;
|