#ifdef __STDC__
# define	Prototype extern
#else
# define Prototype
#endif

Prototype int main (int xac , char **xav );
Prototype void PrintIt (char *name );
Prototype void usage (void );
Prototype void GetIncludes (FILE *f , int flen );

#undef Prototype
