SRI-NOSC/mh/nullproc.c

Compare this file to the similar file:
Show the results in this format:

main(argc,argv) char *argv[];
{ int i;printf("NULL PROCESS\n");
 for (i=0; i<argc; i++)printf("%s\n",argv[i]); return; }