This is main.c in view mode; [Download] [Up]
extern int(*_Shared_entries[])();
int (**_Entries)() = _Shared_entries;
main(argc,argv)
int argc;
char *argv[];
{
extern int _p_pcn_main();
_F_init(argc,argv,0,0);
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.