1 2 3 4 5 6 7 8
#include <stdlib.h> struct compile_cmd_t { char *cmd; char *args; char *fileext; }; size_t get_commands(struct compile_cmd_t ***ccmds_glob);