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