1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-06-13 19:21:36 +03:00
* math/libm-test.c (jn_test): Adjust delta.

1999-06-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* libio/vwprintf.c: Include <wchar.h> for prototypes.
	* libio/wprintf.c: Likewise.

1999-06-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
This commit is contained in:
Ulrich Drepper
1999-06-17 09:43:03 +00:00
parent 92e4472f1f
commit 49409c3345
4 changed files with 12 additions and 4 deletions

View File

@ -17,7 +17,7 @@
Boston, MA 02111-1307, USA. */
#include <stdarg.h>
#include <stdio.h>
#include <wchar.h>
/* Write formatted output to stdout from the format string FORMAT. */
/* VARARGS1 */