This is test.c in view mode; [Download] [Up]
main(argc,argv)
char *argv[];
{
int i;
printf("argc = %d\n",argc);
for(i=0; i<argc; i++) printf("%s \n",argv[i]);
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.