ref: 90b793688063140da78c021eff27565422545236
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);