IVERSION(3)
HP-UX
NAME
iversion − stores current SICL revision number
SYNOPSIS
#include <sicl.h>
int iversion (siclversion, implversion);
int &FAR; *siclversion;
int &FAR; *implversion;
DESCRIPTION
iversion stores in siclversion the current SICL revision number times ten that the application is currently linked with. The SICL version number is a constant defined in sicl.h for C , and in SICL.BAS for Visual BASIC, as I_SICL_REVISION. This function stores in implversion an implementation specific revision number (the version number of this implementation of the SICL library).
RETURN VALUE
iversion returns zero (0) if successful, or a non-zero error number if an error occurs.
AUTHOR
iversion was developed by HP.
Hewlett-Packard Comapny — September 29, 1999