blob: c5fb2fe5f273c46f8388f20d2e7d2395cce12f3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
MTIO mods:
(1) Install error checking in MTOPEN ("errchk open").
(2) Attempt to position to a file beyond EOT for reading should not
cause an error, rather EOF should be returned at the first read,
indicating a zero length file (i.e., EOT).
(3) ZARDMT should zero-fill to an integral number of chars, provided
space is available at end of buffer (see ZARDBF, which I had to
modify to provide zero-fill).
|