mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
10 lines
199 B
C
10 lines
199 B
C
#include "nldbl-compat.h"
|
|||
|
|||
int
|
|||
attribute_hidden
|
|||
__vsprintf_chk (char *string, int flag, size_t slen, const char *fmt,
|
|||
va_list ap)
|
|||
{
|
|||
return __nldbl___vsprintf_chk (string, flag, slen, fmt, ap);
|
|||
}
|