wm: teppich

ref: 0ec2b19cef969fbe92ea5450c6832659eea3dc3a
dir: /include/user.h/

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

user_t cuser;