wm: teppich

ref: 40b1fef01b2962896ed4eab1ae7f90eb7f58a73f
dir: /include/user.h/

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

user_t cuser;