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.