ftp.nice.ch/pub/next/unix/games/nethack.3.0.N.bs.tar.gz#/PubDomain/Games/HACK/vms/vmsmisc.c

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.