%PDF- %PDF-
Direktori : /proc/self/root/glibc-2.29/sysdeps/ieee754/ldbl-opt/ |
Current File : //proc/self/root/glibc-2.29/sysdeps/ieee754/ldbl-opt/nldbl-fwprintf.c |
#include "nldbl-compat.h" int attribute_hidden weak_function fwprintf (FILE *stream, const wchar_t *fmt, ...) { va_list arg; int done; va_start (arg, fmt); done = __nldbl_vfwprintf (stream, fmt, arg); va_end (arg); return done; }