ReadKey like Function in C

Doug Gwyn gwyn at smoke.BRL.MIL
Sun Aug 13 12:47:41 AEST 1989


In article <2357 at auspex.auspex.com> guy at auspex.auspex.com (Guy Harris) writes:
>... the scope of the POSIX standard is larger than that of the C standard.

Or smaller, depending on what you mean by scope.

>It might not be possible to [implement POSIX] atop, say, MS-DOS, but in
>that case it might be better to consider either a *de jure* or *de facto*
>standard "subset" of POSIX ...

That's essentially what nearly everybody (other than Whitesmiths) did in
the days before there were standards for the contents of the C library.
Implementors provided read(), etc. that mimicked UNIX as closely as they
reasonably could.  This approach worked pretty well..



More information about the Comp.std.c mailing list