wm: teppich

ref: 83b2bd4a1c90233331fe35203e555f738b192704
dir: /include/user.h/

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

user_t cuser;