ref: 2ef6cfea72549d08835a77a05c477668a4f518f2
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);