]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/ieee754/ldbl-opt/nldbl-vfprintf_chk.c
2.5-18.1
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-vfprintf_chk.c
CommitLineData
0ecb606c
JJ
1#include "nldbl-compat.h"
2
3int
4attribute_hidden
5__vfprintf_chk (FILE *s, int flag, const char *fmt, va_list ap)
6{
7 return __nldbl___vfprintf_chk (s, flag, fmt, ap);
8}