ref: 407c0b5bf4f186ea4fbd8cd381a3036010bfe621 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);