Elaborato_SO/inc/server.h

6 lines
84 B
C

#ifndef SERVER_H
#define SERVER_H
void check_input(int argc, char *argv[]);
#endif