*** empty log message ***

This commit is contained in:
2006-06-22 14:15:02 +00:00
parent 6a969fbdd8
commit ff55d64302
7 changed files with 221 additions and 12 deletions

View File

@ -1,5 +1,9 @@
BEGIN
{
print | "more";
print >> "echo";
print >> "echo";
getline x < "abc"; /* open("abc", O_RDONLY|O_LARGEFILE) = 3 */
//print 10 >> "abc"; /* open("abc", O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = 4 */
getline x < "abc";