ref: 6d069b39b5ff8118f7b719b8c9e33a03686b8811 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 = "", };