Elaborato_SO/inc/client.h

9 lines
97 B
C

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