1#include "nldbl-compat.h"
2
3int
4attribute_hidden
5__obstack_printf_chk (struct obstack *obstack, int flag, const char *fmt, ...)
6{
7 int result;
8 va_list ap;
9 va_start (ap, fmt);
10 result = __nldbl___obstack_vprintf_chk (obstack, flag, fmt, ap);
11 va_end (ap);
12 return result;
13}
14

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c