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

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

int main(argc, argv)
int argc;
char *argv[];
{
    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.