Added new files in /contrib/apollo

This commit is contained in:
Patrick Mast
2001-12-29 14:38:30 +00:00
parent 95e54c7022
commit e1949662d8

View File

@@ -54,11 +54,14 @@
#define MAX_STR_LEN 255
#include "hbapi.h"
#include "sde60.h"
HB_FUNC( SX_VERSION )
{
sx_Version( );
char *szVersion=(char*)sx_Version();
hb_retc(szVersion);
hb_xfree(szVersion);
}