[gnu.gcc] ANSI Standard Include Header Files

wjj@sun-valley.ai.mit.edu (Warren Jasper) (06/05/89)

In the second edition of Kerninghan and Ritchie "The C Programming
Language" Appendix B, it lists the header files that are supported in
the standard library.  They are

<assert.h>   <float.h>   <math.h>     <stdarg.h>   <stdlib.h>
<ctype.h>    <limits.h>  <setjmp.h>   <stddef.h>   <string.h>
<errno.h>    <locale.h>  <signal.h>   <stdio.h>    <time.h>

If gcc is suppose to be an ANSI C compiler, should it not also include
these files in the distribution?  I have a SUN 3 running OS4.0.1.
Could someone tell me where I can obtain these files?  Not all of them
are included in /usr/include.

Thanks in advance,

		-- Warren

info-gcc-request@prep.ai.mit.edu (06/06/89)

From: Warren Jasper <wjj@sun-valley.ai.mit.edu>


In the second edition of Kerninghan and Ritchie "The C Programming
Language" Appendix B, it lists the header files that are supported in
the standard library.  They are

<assert.h>   <float.h>   <math.h>     <stdarg.h>   <stdlib.h>
<ctype.h>    <limits.h>  <setjmp.h>   <stddef.h>   <string.h>
<errno.h>    <locale.h>  <signal.h>   <stdio.h>    <time.h>

If gcc is suppose to be an ANSI C compiler, should it not also include
these files in the distribution?  I have a SUN 3 running OS4.0.1.
Could someone tell me where I can obtain these files?  Not all of them
are included in /usr/include.

Thanks in advance,

		-- Warren