main(argc,argv)1*44069Sbostic main (argc, argv) 2*44069Sbostic { 3*44069Sbostic printf("argc = %d\n", argc); 4*44069Sbostic } 5