#include #ifdef truncf #undef truncf #endif float (*foo)(float) = truncf; int main(void) { return 0; }