~vcs-imports/gawk/master

1
2
3
4
BEGIN {
	for (i = 0; i < ARGC; i++)
		printf("ARGV[%d] = %s\n", i, ARGV[i])
}