NetBSD/lib/libc/stdio/vfprintf.c
joerg 2561b63430 Add explicit locale versions for the printf family. Replace asprintf,
snprintf and sprintf with simple wrappers around the corresponding
va_list functions to reduce code duplication.
2013-04-19 15:22:24 +00:00

6 lines
78 B
C

#define NARROW
#include "vfwprintf.c"
__weak_alias(vfprintf_l, _vfprintf_l)