Files
harbour-core/harbour/include/fm.api
1999-07-31 04:11:57 +00:00

16 lines
213 B
Plaintext

/*
* $Id$
*/
#ifndef HB_FM_API_
#define HB_FM_API_
#include "extend.h"
#define _xalloc hb_xalloc
#define _xgrab hb_xgrab
#define _xrealloc hb_xrealloc
#define _xfree hb_xfree
#endif /* HB_FM_API_ */