mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-06 12:00:24 +08:00
9 lines
167 B
C
9 lines
167 B
C
#include "nldbl-compat.h"
|
|
|
|
int
|
|
attribute_hidden
|
|
_IO_vfscanf (FILE *s, const char *fmt, _IO_va_list ap, int *errp)
|
|
{
|
|
return __nldbl__IO_vfscanf (s, fmt, ap, errp);
|
|
}
|