19 lines
310 B
Plaintext
19 lines
310 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* CA-Cl*pper API Compatibility Header File */
|
|
/* DON'T USE THIS FILE FOR NEW HARBOUR C CODE */
|
|
|
|
#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_ */
|