home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d958 / fed-case.lha / Fed-CASE / sources / if.c < prev    next >
C/C++ Source or Header  |  1993-12-04  |  4KB  |  92 lines

  1. /************************************************************************/
  2. /*                                                                      */
  3. /*         Code generated by FED-CASE V1.0  Code Generator              */
  4. /*                  © Joosen Software Development                       */
  5. /*                    All rights reserved 1993                          */
  6. /*                                                                      */
  7. /************************************************************************/
  8.  
  9. /************************************************************************/
  10. /*                                                                      */
  11. /*                          Start of Includes                           */
  12. /*                                                                      */
  13. /************************************************************************/
  14.  
  15. #include <exec/types.h>
  16. #include <data/const_if.h>
  17.  
  18. /************************************************************************/
  19. /*                                                                      */
  20. /*                           End of Includes                            */
  21. /*                                                                      */
  22. /************************************************************************/
  23.  
  24. /************************************************************************/
  25. /*                                                                      */
  26. /*                    Start of source prototype file                    */
  27. /*                                                                      */
  28. /************************************************************************/
  29.  
  30. #include <proto/proto_if.h>
  31.  
  32. /************************************************************************/
  33. /*                                                                      */
  34. /*                     End of source prototype file                     */
  35. /*                                                                      */
  36. /************************************************************************/
  37.  
  38. /************************************************************************/
  39. /*                                                                      */
  40. /*                 Start of global variable declaration                 */
  41. /*                                                                      */
  42. /************************************************************************/
  43.  
  44. int GI_i;
  45. int GI_i3;
  46. int GI_i2;
  47. int GI_i4;
  48.  
  49. /************************************************************************/
  50. /*                                                                      */
  51. /*                  End of global variable declaration                  */
  52. /*                                                                      */
  53. /************************************************************************/
  54.  
  55.  
  56. /************************************************************************/
  57. /* Procedure  : void main()                                             */
  58. /* Function   :                                                         */
  59. /* Designer   : Ron Heijmans                                            */
  60. /* Date       : Sat Nov 27 13:47:46 1993                                */
  61. /*                                                                      */
  62. /* Modificat  :                                                         */
  63. /* Handler    :                                                         */
  64. /* Modific.   :                                                         */
  65. /*                                                                      */
  66. /************************************************************************/
  67.  
  68. void main()
  69. {
  70.  
  71.     GI_i= 0 ;
  72.     switch (GI_i )
  73.     {
  74.     case 0  :
  75.         GI_i3= 3;
  76.         GI_i2= 0;
  77.         break;                        /* case 0 */
  78.     case 1  :
  79.         switch (GI_i2 )
  80.         {
  81.         case 0  :
  82.             GI_i4= 0;
  83.             GI_i2= 0;
  84.             break;                    /* case 0 */
  85.         case 3  :
  86.             GI_i3= 1;
  87.             break;                    /* case 3 */
  88.         }                        /* end of switch(GI_i2) */
  89.         break;                        /* case 1 */
  90.     }                            /* end of switch(GI_i) */
  91. }                                /* end of V_main */
  92.