> [3] The ANSI C standard, at least, contains the requirement that each
>     individual system include file specified by that standard should
>     be usable all by itself, without the programmer being required to
>     explicitly include any OTHER system include files, prior to the one
>     he/she is actually interested in using.

Can you quote me chapter and verse for this?  I don't believe this to be
true, and in truth, I believe this is completely wrong.

Many system include files are *NOT* for public consumption.  Also,
include files should never include other include files, as this messes
up dependencies.



Nate


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to