[Info-vax] Which quota exceeded?

Steven Schweda sms.antinode at gmail.com
Thu Mar 1 13:55:51 EST 2012


On Mar 1, 10:57 am, Albrecht Schlosser <ajs856S... at go4more.de> wrote:
> On 01.03.2012 17:02, Steven Schweda wrote:
>
> >  [...]  Around here, with the current
> > development code, all the dots I've found are put out by
> > something like:
> >        fprintf(stdout,"%c",'.');
> > which, if anything, is lame because it puts out one record
> > per dot, not a huge number of dots per record.

   Oops.  I was looking at the wrong half of a "#ifndef".
That was the Windows DLL half.  In the rest of the world,
it's:
              putc(' ', stdout);
              fflush(stdout);
and the fflush() makes a difference, record-wise.

> There is no such concept of a *record* in the C runtime system
> WRT writing to files. The above statements write lots of *bytes*
> to the output stream.

   You may be overstating that case.

      HELP CRTL fflush
[...]
         If the file pointed to by file_ptr was opened in record mode
         and if there is unwritten data in the buffer, then fflush
always
         generates a record.
[...]

_Someone_ seems to know what a record is.



More information about the Info-vax mailing list