blob: 53eb0557e45a18d86f5d0244d568d8c4a9ba8f0d [file] [log] [blame]
Victor Chang73229502020-09-17 13:39:19 +01001// © 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