wm: teppich

ref: ff7b906c28f2707f0ad7736738495a42a3b23ce8
dir: /include/user.h/

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

user_t cuser;