/************************************************************************/
/*                                                                      */
/*         Code generated by FED-CASE V1.0  Code Generator              */
/*                  © Joosen Software Development                       */
/*                    All rights reserved 1993                          */
/*                                                                      */
/************************************************************************/

/************************************************************************/
/*                                                                      */
/*                          Start of Includes                           */
/*                                                                      */
/************************************************************************/

#include <exec/types.h>
#include <data/const_if.h>

/************************************************************************/
/*                                                                      */
/*                           End of Includes                            */
/*                                                                      */
/************************************************************************/

/************************************************************************/
/*                                                                      */
/*                    Start of source prototype file                    */
/*                                                                      */
/************************************************************************/

#include <proto/proto_if.h>

/************************************************************************/
/*                                                                      */
/*                     End of source prototype file                     */
/*                                                                      */
/************************************************************************/

/************************************************************************/
/*                                                                      */
/*                 Start of global variable declaration                 */
/*                                                                      */
/************************************************************************/

int GI_i;
int GI_i3;
int GI_i2;
int GI_i4;

/************************************************************************/
/*                                                                      */
/*                  End of global variable declaration                  */
/*                                                                      */
/************************************************************************/


/************************************************************************/
/* Procedure  : void main()                                             */
/* Function   :                                                         */
/* Designer   : Ron Heijmans                                            */
/* Date       : Sat Nov 27 13:47:46 1993                                */
/*                                                                      */
/* Modificat  :                                                         */
/* Handler    :                                                         */
/* Modific.   :                                                         */
/*                                                                      */
/************************************************************************/

void main()
{

	GI_i= 0 ;
	switch (GI_i )
	{
	case 0  :
		GI_i3= 3;
		GI_i2= 0;
		break;						/* case 0 */
	case 1  :
		switch (GI_i2 )
		{
		case 0  :
			GI_i4= 0;
			GI_i2= 0;
			break;					/* case 0 */
		case 3  :
			GI_i3= 1;
			break;					/* case 3 */
		}						/* end of switch(GI_i2) */
		break;						/* case 1 */
	}							/* end of switch(GI_i) */
}								/* end of V_main */
