mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
1999-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libio/wscanf.c: Include <wchar.h> for prototype.
This commit is contained in:
parent
0be8752b9e
commit
de88ee7a6a
@ -1,3 +1,7 @@
|
||||
1999-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||
|
||||
* libio/wscanf.c: Include <wchar.h> for prototype.
|
||||
|
||||
1999-06-22 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* manual/io.texi. Fix typos.
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
||||
/* Read formatted input from stdin according to the format string FORMAT. */
|
||||
|
Loading…
Reference in New Issue
Block a user