#if HAVE_CONFIG_H # include #endif #if HAVE_MATH_H # include #endif void foo (double argument) { printf ("cos (%g) => %g\n", argument, cos (argument)); }