]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdio-common/printf.h
update from main archive 961105
[thirdparty/glibc.git] / stdio-common / printf.h
index c84978cfc9793dde9bf171e0c35c773a65b1cb18..71e2d270586dd9f4ba72c9a4b541b9768ab21aba 100644 (file)
@@ -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 */