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

int
attribute_hidden
weak_function
vfwprintf (FILE *s, const wchar_t *fmt, va_list ap)
{
  return __nldbl_vfwprintf (s, fmt, ap);
}