/** * string-settings.h * Settings for strings for the function template example. */ #define TYPE char * #define PREFIX(FUN) s ## FUN #define LESS_THAN(A,B) (strcmp (A, B) < 0)