ref: 9fc305ae0d3dcde4bc1e0d62dd7dd52e53862f11 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 = "", };