[gnu.gcc.bug] Ansi C Header Files

jsmith@CTC.CONTEL.COM (James T. Smith) (05/30/89)

I found these Ansi C header files in /usr/include (Sun supplied):

	assert.h
	ctype.h
	errno.h
	math.h
	setjmp.h
	signal.h
	stdio.h
	string.h
	time.h



I found these Ansi C header files in /usr/local/lib/gcc-include:

	limits.h
	stdarg.h


Where are the following Ansi C header files located ?

	float.h
	locale.h
	stddef.h
	stdlib.h


I understood that GNU C provides an Ansi C ?