15 lines
185 B
Plaintext
15 lines
185 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef HB_FM_API_
|
|
#define HB_FM_API_
|
|
|
|
#include "extend.h"
|
|
|
|
#define _xgrab hb_xgrab
|
|
#define _xrealloc hb_xrealloc
|
|
#define _xfree hb_xfree
|
|
|
|
#endif /* HB_FM_API_ */
|