ref: 640c1029f04440af1761d47dd35862e75829733f
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);