wm: teppich

ref: 8dd9bc62d460fdb756c2f5d865ff5addcdbf6634
dir: /include/user.h/

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

user_t cuser;