]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html | |
b75a7d8f A |
3 | /* |
4 | ********************************************************************** | |
73c04bcf | 5 | * Copyright (C) 2001-2006, International Business Machines |
b75a7d8f A |
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 | ||
b75a7d8f A |
15 | U_CAPI int32_t U_EXPORT2 |
16 | uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth); | |
17 | ||
18 | ||
19 | #endif |