diff options
Diffstat (limited to 'stdio-common/printf.h')
-rw-r--r-- | stdio-common/printf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdio-common/printf.h b/stdio-common/printf.h index c84978cfc9..71e2d27058 100644 --- a/stdio-common/printf.h +++ b/stdio-common/printf.h @@ -105,7 +105,9 @@ enum { /* C type: */ PA_INT, /* int */ PA_CHAR, /* int, cast to char */ + PA_WCHAR, /* wide char */ PA_STRING, /* const char *, a '\0'-terminated string */ + PA_WSTRING, /* const wchar_t *, wide character string */ PA_POINTER, /* void * */ PA_FLOAT, /* float */ PA_DOUBLE, /* double */ |