#ifndef H_ED_TYPES_20030502125527
#define H_ED_TYPES_20030502125527

#ifdef __cplusplus
extern "C"
{
#endif

/* macros ============================================================== */
/* constants =========================================================== */
/* types =============================================================== */

#ifndef ED_NO_TYPES

#ifndef uchar
   typedef unsigned char uchar;
#endif
   
#ifndef schar
   typedef signed char schar;
#endif
   
#ifndef ushort
   typedef unsigned short ushort;
#endif
   
#ifndef uint
   typedef unsigned int uint;
#endif
   
#ifndef ulong
   typedef unsigned long ulong;
#endif

#endif /* ED_NO_TYPES */

/* structures ========================================================== */
/* internal public data ================================================ */
/* internal public functions =========================================== */
/* entry points ======================================================== */
/* public data ========================================================= */

#ifdef __cplusplus
}
#endif

#endif                          /* H_ED_TYPES_20030502125527 */

/* Guards added by GUARD (c) ED 2000-2003 Feb 14 2003 Ver. 1.5 */
