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


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

#include <stdlib.h>

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

/************************************************************************/
/*                                                                      */
/*                    Start of structure definition                     */
/*                                                                      */
/************************************************************************/

struct struc1
{
    int I_i;
};

/************************************************************************/
/*                                                                      */
/*                     End of structure definition                      */
/*                                                                      */
/************************************************************************/

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

#include <proto/proto_if.h>

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

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

int GI_i;
struct struc1 *GPSV_test;
int GI_i3;
int GI_i1;
int GI_i2;

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


/************************************************************************/
/* Procedure  : void main()                                             */
/* Function   :                                                         */
/* Designer   : Ron Heijmans                                            */
/* Date       : Fri Mar 10 21:10:45 1995                                */
/*                                                                      */
/* Modificat  :                                                         */
/* Handler    :                                                         */
/* Modific.   :                                                         */
/*                                                                      */
/************************************************************************/

void main()
{

    GI_i = 0;
    if ( abs( GI_i ) == GPSV_test->I_i )                   /* abs:  */
    {
        GI_i3 = 3;
    }
    else                                                   /* if(abs(GI_i) == GPSV_test.ST_struc1_I_i) */
    {
        GI_i1 = 3;
    }                                                      /* end of else 'if(abs(GI_i) == GPSV_test.ST_struc1_I_i)' */
    GI_i2 = 0;
    GI_i2 = 0;
}                                                          /* end of V_main */
