wm: teppich

ref: 8404bf30a3e77290ab24b0e1b0d928bf19d1b322
dir: /include/user.h/

View raw version
typedef struct
{
	uint8 id;
	char *name;
	char *pass;
}user_t;

user_t cuser;