wm: teppich

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

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

user_t cuser;