Files
harbour-core/harbour/include/fm.api
1999-08-02 13:41:13 +00:00

18 lines
298 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 _xfree hb_xfree
#endif /* HB_FM_API_ */