ref: 46a4dfda7b02dd47e09efba43d960285d1154f7d 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 = "", };