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

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.