wm: teppich

ref: a3d9c8a50f2bd94224725e329b1d2482a7b0718d
dir: /include/user.h/

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

user_t cuser;