/************************************************************************/
/*																		*/
/*																		*/
/************************************************************************/

#include "this.h"
#include "that.h"
#include "other.h"

#define SIZE		10
#define FSIZE		4444L


main()
{
	unsigned char it, that this;
	int  count;

	Testit();
	PrintIT();
	/* we are done */
	Now_Quit(1,2,3);
}

/************************************************************************/
/* 						a subroutine      								*/
/*																		*/
/*																		*/
/************************************************************************/

Testit()
{
	Testit();
	PrintIT();
	/* we are done */
	Now_Quit(1,2,3);
}

/************************************************************************/
/* 						a subroutine      								*/
/*																		*/
/*																		*/
/************************************************************************/

PrintIT(char this , int that, int other)
{
	Testit();
	PrintIT();
	/* we are done */
	Now_Quit(1,2,3);
}

/************************************************************************/
/* 						a subroutine      								*/
/*																		*/
/*																		*/
/************************************************************************/

Now_Quit(char *test, int *that, int hhhh)
{
	Testit();
	PrintIT();
	/* we are done */
	Now_Quit(1,2,3);
}

/************************************************************************/
/* 						a subroutine      								*/
/*																		*/
/*																		*/
/************************************************************************/

Test2()
{
	Testit();
	PrintIT();
	/* we are done */
	Now_Quit(1,2,3);
}
/************************************************************************/
/* 						a subroutine      								*/
/*																		*/
/*																		*/
/************************************************************************/

Test2()
{
	Testit();
	PrintIT();
	/* we are done */
	Now_Quit(1,2,3);
}
Test2()
{
	Testit();
	PrintIT();
	/* we are done */
	Now_Quit(1,2,3);
}
/* -------------------------- END OF FILE -------------------------------- */
