/** * float-swap.c - Swap elements in an array of floats. */ #define ADD_PREFIX(FUN) float_ ## FUN #define TYPE float #include "generic-swap.c"