wm: teppich

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

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

user_t cuser;