*** empty log message ***

This commit is contained in:
2006-11-12 15:10:41 +00:00
parent 6ac37735db
commit 2edc5e2413
3 changed files with 133 additions and 55 deletions

View File

@ -21,5 +21,5 @@ BEGIN {
# i;;) print "[" i "]";
#printf 10, 20, 30;
if (ARGC >= 0) printf "ARGC is positive\n";
if (ARGC >= 0) printf "ARGC %d is positive\n", 10;
}