Elaborato_SO/inc/client.h

6 lines
84 B
C
Raw Normal View History

2023-05-29 12:16:36 +02:00
#ifndef CLIENT_H
#define CLIENT_H
void setupClient(int argc, char *argv[]);
#endif