Elaborato_SO/inc/client.h

8 lines
100 B
C

#ifndef CLIENT_H
#define CLIENT_H
extern int ID;
void setupClient(int argc, char *argv[]);
#endif