This is vmsmisc.c in view mode; [Download] [Up]
#include <ssdef.h>
void
vms_exit(status)
int status;
{
exit(status ? SS$_ABORT : SS$_NORMAL);
}
void
vms_abort()
{
(void) LIB$SIGNAL(SS$_DEBUG);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.