wm: teppich

ref: 4c1d32b6aac406b43dcb63541117ebddb0d1c42c
dir: /include/user.h/

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

user_t cuser;