mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 03:10:09 +00:00
9 lines
172 B
C
9 lines
172 B
C
|
#include "nldbl-compat.h"
|
||
|
|
||
|
int
|
||
|
attribute_hidden
|
||
|
__isoc23_vsscanf (const char *string, const char *fmt, va_list ap)
|
||
|
{
|
||
|
return __nldbl___isoc23_vsscanf (string, fmt, ap);
|
||
|
}
|