ref: 0aa6224ba8a9e82b3d11a517eb29a619e845f32e 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);