wm: teppich

ref: 9dac81378cbc59c2f4c556aad25a610419f62135
dir: /include/user.h/

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

user_t cuser;