/** * int-settings.h * Settings for integers for the function template example */ #define TYPE int #define PREFIX(FUN) i ## FUN #define LESS_THAN(A,B) (A < B)