#ifndef H_ED_MEM_20060527091908
#define H_ED_MEM_20060527091908

#ifdef __cplusplus
extern "C"
{
#endif

/* ---------------------------------------------------------------------
   (c) ED 1999-2006
   Projet       : CLIB
   Fonction     : memory status
   Module       : MEM
   Fichier      : MEM.H
   Creation     : 17-11-1999
   Modification : 27-05-2006
   --------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
   Journal

   27-05-2006 Removed from "ed/inc/sysalloc.h"
   17-11-1999 Creation
   --------------------------------------------------------------------- */

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

   typedef enum
   {
      MEM_STA,
      MEM_DYN,
      MEM_NB
   }
   eMEM;

/* entry points ======================================================== */
/* public variables ==================================================== */


#ifdef __cplusplus
}
#endif

#endif /* guard */

/* Guards added by GUARD (c) ED 2000-2005 Jul 14 2005 Ver. 1.8 */
