#ifndef __CLI_H__ #define __CLI_H__ void parse_args(int argc, char** argv); #endif