Say what!? (Re: MSC 5.0 Bug Fix?? (Simple..))

Doug Gwyn gwyn at brl-smoke.ARPA
Sun Feb 21 21:17:17 AEST 1988


In article <2183 at ttrdc.UUCP> levy at ttrdc.UUCP (Daniel R. Levy) writes:
>Ahem, what does X3J11 have to say about source files on systems (like VMess)
>that support "record" text files?

Why should X3J11 have to say anything about this?  It is the job of
the implementor to meet the specs.  In fact this particular problem
has been solved many times already by C compiler vendors.

Note that the implementor only has to provide one form of text stream
and one form of binary stream; other file formats could be handled as
extensions.  Most vendors are likely to do whatever they can to support
as many file types as possible, because it will make their customers
happier.  On VMS, for example, RMS can be used to help map strange file
types into a smaller number of regular models.



More information about the Comp.lang.c mailing list