]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/io/uprintf.h
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / io / uprintf.h
index 6d38cc37e990d93df703c4891c1b345b7cf8900c..0fd6066e5623afa312f99b5440a3dad76b37f57f 100644 (file)
@@ -1,7 +1,9 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 ******************************************************************************
 *
-*   Copyright (C) 1998-2004, International Business Machines
+*   Copyright (C) 1998-2006, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ******************************************************************************
@@ -34,6 +36,7 @@ typedef struct u_printf_spec_info {
   int32_t    fPrecision;    /* Precision  */
   int32_t    fWidth;        /* Width  */
 
+  UChar     fOrigSpec;      /* Conversion specification */
   UChar     fSpec;          /* Conversion specification */
   UChar     fPadChar;       /* Padding character  */