*** empty log message ***

This commit is contained in:
2006-06-21 15:37:51 +00:00
parent 0bef35ac1c
commit fbfceeda5f
10 changed files with 108 additions and 80 deletions

View File

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