]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ustrfmt.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / common / ustrfmt.h
index c371aa174f441695bbe6f1267394aa836aa336c4..53eb0557e45a18d86f5d0244d568d8c4a9ba8f0d 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
-*   Copyright (C) 2001-2003, International Business Machines
+*   Copyright (C) 2001-2006, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 */
 
 #include "unicode/utypes.h"
 
-U_CAPI double U_EXPORT2 
-uprv_strtod(const char* source, char** end);
-U_CAPI char* U_EXPORT2 
-uprv_dtostr(double value, char *buffer, int maximumDigits,UBool fixedPoint);
 U_CAPI int32_t U_EXPORT2
 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);