#pragma once struct opt_desc { const char *short_name; const char *long_name; const char *desc; }; void format_options(struct opt_desc *entries);