diff -r 000000000000 -r 6474c204b198 intl/icu/source/common/ustrfmt.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/intl/icu/source/common/ustrfmt.h Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,17 @@ +/* +********************************************************************** +* Copyright (C) 2001-2006, International Business Machines +* Corporation and others. All Rights Reserved. +********************************************************************** +*/ + +#ifndef USTRFMT_H +#define USTRFMT_H + +#include "unicode/utypes.h" + +U_CAPI int32_t U_EXPORT2 +uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth); + + +#endif