ftp.nice.ch/pub/next/unix/developer/pcn.2.0.s.tar.gz#/configs/ipsc860.cf/fmain.c

This is fmain.c in view mode; [Download] [Up]

/* Portland Group Inc. compiler for the iPSC/860 */
extern int __argc_save;
extern char **__argv_save;
int MAIN_()
{
    int argc = __argc_save;
    char **argv = __argv_save;
    return (_p_pcn_main(argc, argv));
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.