ref: 314e6ae39dad35e4d77c9fa6eb99ee2f43a5bf4c 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 = "", };