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