/************************************************************************/
/*                                                                      */
/*         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_function.h>
#include <stdio.h>

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

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

#include <proto/proto_function.h>

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

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

int GI_vertraging;
int GI_test;
long GL_test2;
int GI5_5_arrayvar[5][5];
int GI_ai;

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


/************************************************************************/
/* Procedure  : int *PI_func(FI5_5_arrayvar)                            */
/* Function   :                                                         */
/* Designer   : eerste                                                  */
/* Date       : Sat Nov 27 13:43:05 1993                                */
/*                                                                      */
/* Modificat  :                                                         */
/* Handler    :                                                         */
/* Modific.   :                                                         */
/*                                                                      */
/************************************************************************/

int *PI_func(FI5_5_arrayvar)
int FI5_5_arrayvar[5][5];
{

	GI_vertraging= 3;

	return ( &GI_vertraging );
}								/* end of PI_func */

/************************************************************************/
/* Procedure  : int *PI_func2(FPI_count)                                */
/* Function   :                                                         */
/* Designer   : eerste                                                  */
/* Date       : Sat Nov 27 13:43:05 1993                                */
/*                                                                      */
/* Modificat  :                                                         */
/* Handler    :                                                         */
/* Modific.   :                                                         */
/*                                                                      */
/************************************************************************/

int *PI_func2(FPI_count)
int *FPI_count;
{

	*FPI_count+= 3;

	return ( FPI_count );
}								/* end of PI_func2 */

/************************************************************************/
/* Procedure  : void main()                                             */
/* Function   :                                                         */
/* Designer   : eerste                                                  */
/* Date       : Sat Nov 27 13:43:05 1993                                */
/*                                                                      */
/* Modificat  :                                                         */
/* Handler    :                                                         */
/* Modific.   :                                                         */
/*                                                                      */
/************************************************************************/

void main()
{

	GI_test= (int)GL_test2;
	GI5_5_arrayvar[ GI_ai ][ GI_ai ]= 13;
	PI_func( GI5_5_arrayvar );
	PI_func2( &GI5_5_arrayvar [ 1 ][ 2 ] ) ;
	printf( "%d\n" , GI5_5_arrayvar [ 1 ][ 2 ] );		/* printf: Standard output function */
}								/* end of V_main */
