1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html 3/* 4********************************************************************** 5* Copyright (C) 2001-2006, International Business Machines 6* Corporation and others. All Rights Reserved. 7********************************************************************** 8*/ 9 10#ifndef USTRFMT_H 11#define USTRFMT_H 12 13#include "unicode/utypes.h" 14 15U_CAPI int32_t U_EXPORT2 16uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth); 17 18 19#endif 20