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