ref: b20d1b60914135a6733805663dd821ed28162b8c dir: /netclient.h/
typedef struct { char *omsg; int ntoken; char **tokens; int err; }Netmsg; extern int srvfd; int netmove(int dir); int netput(int x, int y); char* netread(void); Netmsg* netmain(void);