Elaborato_SO/inc/server.h

6 lines
84 B
C
Raw Normal View History

2023-05-14 17:07:34 +02:00
#ifndef SERVER_H
#define SERVER_H
void check_input(int argc, char *argv[]);
#endif