*** empty log message ***

This commit is contained in:
2006-07-14 04:19:22 +00:00
parent b6c7322571
commit bf8c125f71
8 changed files with 119 additions and 32 deletions

View File

@ -10,8 +10,10 @@ BEGIN
getline x < "abc";
//print x;
a = close ("abc"); /* close(4) */
print "a=" a;
//print "hey"
b = close ("abc"); /* close(3) */
print "b=" b;
getline x < "Makefile.cl";
getline y < "awk.c";