#ifndef _MALLOC_H #include # ifndef _ISOMAC # include struct malloc_state; typedef struct malloc_state *mstate; # endif /* !_ISOMAC */ #endif