about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-vprintf_chk.c
blob: 63b3e8f965425631583e6b5e49668c0d21357f4b (plain) (blame)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

int
attribute_hidden
__vprintf_chk (int flag, const char *fmt, va_list ap)
{
  return __nldbl___vfprintf_chk (stdout, flag, fmt, ap);
}