Re: [Harbour] C syntax question

2008-11-08 Thread Francesco Saverio Giudice
Hi All, solved via header files. (I think that is the right way) Best regards Francesco Il 08/11/2008 17.08, Francesco Saverio Giudice ha scritto: Hi all, is there an equivalent of syntax of: ___ Harbour mailing list Harbour@harbour-project.org h

[Harbour] C syntax question

2008-11-08 Thread Francesco Saverio Giudice
Hi all, is there an equivalent of syntax of: HB_FUNC( AFUNCTION ) { HB_FUNC_EXEC( ANOTHERFUNCTION ); } for pure C functions like void XGUI_ToOutDebug( const char * sTraceMsg, ... ) { hb_ToOutDebug( const char * sTraceMsg, ... ); } or the only way is to define an header file with #def