#ifndef SORT_H #define SORT_H void sort(char **a, int n, int (*cmp)(const char *, const char *)); #endif