mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 01:00:07 +00:00
10 lines
156 B
C
10 lines
156 B
C
#include "nldbl-compat.h"
|
|||
|
|||
int
|
|||
attribute_hidden
|
|||
weak_function
|
|||
vscanf (const char *fmt, va_list ap)
|
|||
{
|
|||
return __nldbl__IO_vfscanf (stdin, fmt, ap, NULL);
|
|||
}
|