mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
11 lines
242 B
C
11 lines
242 B
C
#include "nldbl-compat.h"
|
|||
|
|||
int
|
|||
attribute_hidden
|
|||
__vsscanf (const char *string, const char *fmt, va_list ap)
|
|||
{
|
|||
return __nldbl_vsscanf (string, fmt, ap);
|
|||
}
|
|||
extern __typeof (__vsscanf) vsscanf attribute_hidden;
|
|||
weak_alias (__vsscanf, vsscanf)
|