wm: teppich

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

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

user_t cuser;