wm: teppich

ref: 56a22259605107b053e6b22b125fb93afd725641
dir: /include/user.h/

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

user_t cuser;