#include extern const double pi; // leave out const and can change pi here void g( void) { printf( "g: pi = %g\n", pi); } // used in pi.c