wm: teppich

ref: 0964650171a5444e6dd63752e8986725fd68a5ab
dir: /include/user.h/

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

user_t cuser;