mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
1998-09-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * libio/stdio.h: Fix comment. * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if __USE_ISOC9X.
This commit is contained in:
@@ -350,7 +350,7 @@ extern int vsscanf __P ((__const char *__restrict __s,
|
||||
__const char *__restrict __format,
|
||||
_G_va_list __arg))
|
||||
__attribute__ ((__format__ (__scanf__, 2, 0)));
|
||||
#endif /* Use GNU. */
|
||||
#endif /* Use ISO C9x. */
|
||||
|
||||
|
||||
/* Read a character from STREAM. */
|
||||
|
||||
Reference in New Issue
Block a user