blob: 96ce46b31727f4cdc1345404266140a96ab308d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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);
}
|