
snprintf and sprintf with simple wrappers around the corresponding va_list functions to reduce code duplication.
6 lines
78 B
C
6 lines
78 B
C
#define NARROW
|
|
#include "vfwprintf.c"
|
|
|
|
|
|
__weak_alias(vfprintf_l, _vfprintf_l)
|