
/*****$DEF : *Jérôme Santini*Tst*0.01*1.00* $*
**	___000015		TAB SIZE = 4
**
**               ###
** (c)    ##    ##               ##
**       ###   #               ##  ##
**      # ##                  #      #
**        ##   ####   ##  ###   #####    #  ##   ##     ####
**        ##  #   ## ### #     #    ##  ## # ## # ##   #   ##
**        ## ##   #   ###     ##    ## ####  ###  ##  ##   #
**        ## #####    ##      ##    ##  ##   ##   ## ######
**        ## ##    #  ##      ##    #   ##   ##   ### ##    #
**        ##  #####   ##       #####    ##   ##   ##   #####
**        ##
**        ##       ######                              #              #
**        #       #      #                            #              #
**       #       ##                             #
**  #####        ##          #####    #  ##    ##     ##    #  ##    ##
**               ###        #   ##   ## # ##  #####  ###   ## # ##  ###
**                ###      ##   ##  ####  ##   ##     ##  ####  ##   ##
**                  ###    ##  ### # ##   ## # ##   # ## # ##   ## # ## #
**                    ###  ## # ###  ##   ###  ##  #  ###  ##   ###  ###
**                     ###  ##   #   ##   ##    ###   ##   ##   ##   ##
**                      ##
**                      ##
**               #      # 	$Author : Jérôme Santini $
**                ######  	$Creation : 18/01/1993 17:44:25 $
**                        	$Locker : Jérôme Santini $
**                        	$Date : 18/01/1993 17:44:25 $
**
**	$Source : WorkBench:System/Sources/CData/CS/EDT/EDT.h $
**	$Release : 1.00 $
**	$Revision : 0.01 $
**	$State : Tst $
**	$Translator : SAS/C V6.00 $
**
**	$Description :
** 	*** Empty Description Message ***
**  $
**
**	$Log : EDT.h $
** Revision 0.01 18/01/1993 17:44:25 Jérôme Santini Tst ( SAS/C V6.00 )
** 	***    Creation ...   ***
**
 ==============================================================================

 	INCLUDES ...

  ============================================================================*/

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "parse.h"
#ifdef AMIGA
#include <dos/dos.h>
#include <proto/dos.h>
#include <proto/exec.h>
#include <mylib/jessproto.h>
#include <proto/jess.h>
#endif

/*============================================================================

 	DEFINES / PROTOS ...

  ============================================================================*/

//#define UNBUG

#ifndef UNBUG

#ifdef AMIGA
#define fgets(b,n,f)	FGets(f,b,n)
#ifdef printf
#undef printf
#endif
#define printf	Printf
#ifdef puts
#undef puts
#endif
#define puts	Puts
#endif


#endif /* UNBUG */
