www.pudn.com > mycode-08[1].8.24.rar > buf.h


#ifndef __BUF_H__
#define __BUF_H__

#include "common.h"
void memEnd( void );
BOOL configmem( int unit , int unitnumber );
BOOL memInit( void );
void*   allocateMemory( const unsigned int nbyte );
void freeMemory( void* freepointer );
void showMem( char *buf);
#endif