#pragma once typedef struct flags { bool l; bool a; bool R; bool r; bool t; } flags_t; flags_t get_flags(char **argv);