ref: 1bb60e045eb1e64864dfc16e4356f134353bc331 dir: /include/user.h/
typedef struct { uint8 id; char *name; char *pass; }user_t; static user_t cuser; static user_t adam = { .id = 1, .name = "adam", .pass = "", };