minix/lib/libc/stdio/vfprintf.c

6 lines
78 B
C
Raw Normal View History

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