// ================================================================ // John Kerl // kerl at math dot arizona dot edu // 2008-07-23 // ================================================================ #ifndef MY_STUFF_H #define MY_STUFF_H #define MY_CONSTANT 2.0 // Computes x to the c power. float my_function(float x, float c); #endif //MY_STUFF_H