_read()

Doug Gwyn gwyn at brl-smoke.ARPA
Thu Jan 8 07:24:04 AEST 1987


In article <565 at brl-sem.ARPA> ron at brl-sem.ARPA (Ron Natalie <ron>) writes:
>... It is just prohibitted that any of the Standard C routines such
>as PRINTF use "read." ...

Thanks to Ron for pointing this out.  The implication is that
the stdio etc. routines would have to call _read() but the UNIX
user still gets his read() routine from the library.  Thus an
implementation CAN have non-standard non-_* names in the library
after all, so long as they are essentially an orthogonal
extension to the standard-conforming part of the library.



More information about the Comp.lang.c mailing list