mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 15:30:07 +00:00
10 lines
213 B
C
10 lines
213 B
C
|
#include "nldbl-compat.h"
|
||
|
|
||
|
int
|
||
|
attribute_hidden
|
||
|
__obstack_vprintf_chk (struct obstack *obstack, int flag, const char *fmt,
|
||
|
va_list ap)
|
||
|
{
|
||
|
return __nldbl___obstack_vprintf_chk (obstack, flag, fmt, ap);
|
||
|
}
|