blob: 057dfe0b8af3b9cf532161b0cdec0a05ed4e0ea3 [file] [log] [blame]
#include "nldbl-compat.h"
int
attribute_hidden
__printf_fp (FILE *fp, const struct printf_info *info,
const void *const *args)
{
return __nldbl___printf_fp (fp, info, args);
}