|
VMS Help CRTL, VAXC$CRTL_INIT *Conan The Librarian |
Allows you to call the Compaq C RTL from other languages or to
use the Compaq C RTL when your main function is not in C. It
initializes the run-time environment and establishes both an exit
and condition handler. VAXC$CRTL_INIT is a synonym for DECC$CRTL_
INIT. Either name invokes the same routine.
Format
#include <signal.h>
void VAXC$CRTL_INIT();
Additional Information (explode) :
|
|