blob: 057dfe0b8af3b9cf532161b0cdec0a05ed4e0ea3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#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);
}
|