ftp.nice.ch/pub/next/unix/developer/pcn.2.0.s.tar.gz#/src/Support/ipsc860/main.pgi.c

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

/* FORTRAN INIT for i860/Portland Group Compiler */

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.