#ifndef SOLVE_H #define SOLVE_H #include void t4_solve(char **a, int n, int (*cmp)(const char *, const char *)); #endif