* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
10 lines
132 B
C
10 lines
132 B
C
|
|
#include "hbapi.h"
|
|
|
|
/* Public API implemented in C */
|
|
|
|
HB_FUNC( HBTPL_MYPUBLICFUNCTION_IN_C )
|
|
{
|
|
hb_retc( "It works from C" );
|
|
}
|