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

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

/* For the Oasys Fortran compiler */
extern int xargc;
extern char **xargv;
int MAIN_()
{
    int argc = xargc;
    char **argv = xargv;
    extern int _p_pcn_main();
    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.