wm: teppich

ref: 506fdba9e439717fc4331ab4bb05541dd2aba57e
dir: /include/user.h/

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

user_t cuser;