1 2 3 4 5 6 7 8 9 10 11 12
/* * network.h */ #ifndef NETWORK_H #define NETWORK_H 1 #include <stdio.h> FILE *fopen_network(const char *name, int port, int is_write); #endif /* NETWORK_H */