ref: 3cc6c38f1347e3a9d61f27d28dbafad7fe4cae7b dir: /include/user.h/
typedef struct { uint8 id; char *name; char *pass; }user_t; user_t cuser;