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


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

#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       : Fri Mar 10 21:10:07 1995                                */
/*                                                                      */
/* Modificat  :                                                         */
/* Handler    :                                                         */
/* Modific.   :                                                         */
/*                                                                      */
/************************************************************************/

int* PI_func(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       : Fri Mar 10 21:10:07 1995                                */
/*                                                                      */
/* Modificat  :                                                         */
/* Handler    :                                                         */
/* Modific.   :                                                         */
/*                                                                      */
/************************************************************************/

int* PI_func2(int *FPI_count)
{

    *FPI_count += 3;
return ( FPI_count );
}                                                          /* end of PI_func2 */

/************************************************************************/
/* Procedure  : void main()                                             */
/* Function   :                                                         */
/* Designer   : eerste                                                  */
/* Date       : Fri Mar 10 21:10:07 1995                                */
/*                                                                      */
/* 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:  */
}                                                          /* end of V_main */
