2000-06-17 20:34 UTC+0500 April White <awhite@user.rose.com>

* include/hbapi.h
     * forgot an end of comment tag
This commit is contained in:
April White
2000-06-18 19:42:05 +00:00
parent 016acbc883
commit b45f9d69bd

View File

@@ -261,7 +261,7 @@ extern ULONG hb_parclen( int iParam, ... ); /* retrieve a string parameter le
extern ULONG hb_parcsiz( int iParam, ... ); /* retrieve a by-reference string parameter length, including terminator */
extern char * hb_pards( int iParam, ... ); /* retrieve a date as a string yyyymmdd */
extern char * hb_pardsbuff( char * szDate, int iParam, ... ); /* retrieve a date as a string yyyymmdd */
extern ULONG hb_parinfa( int iParamNum, ULONG uiArrayIndex ); /* retrieve length or element type of an array parameter
extern ULONG hb_parinfa( int iParamNum, ULONG uiArrayIndex ); /* retrieve length or element type of an array parameter */
extern int hb_parinfo( int iParam ); /* Determine the param count or data type */
extern int hb_parl( int iParam, ... ); /* retrieve a logical parameter as an int */
extern double hb_parnd( int iParam, ... ); /* retrieve a numeric parameter as a double */