#ifndef CLA_PARSE_H #define CLA_PARSE_H void cla_parse(int argc, char **argv); #endif