V10/cmd/adb/seq/hello.c

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

main(argc, argv)
int argc;
char **argv;
{
	while (--argc > 0)
		printf("%s\n", *++argv);
}