#ifndef  f2_h
#define  f2_h

/* -----------------------------------
   Declare the global things in f2.c
   ----------------------------------- */
void print ( double x ) ;
double square( double x ) ;

#endif
