#include #include "h-glob2.h" void print() { printf( "print( )>>> a = %d, b = %d\n", a, b); printf( "print( )>>> c = %f, d = %f\n", c, d); }