diff options
author | neksard <[email protected]> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/libs/icu/common/ustrfmt.h | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/icu/common/ustrfmt.h')
-rw-r--r-- | contrib/libs/icu/common/ustrfmt.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/contrib/libs/icu/common/ustrfmt.h b/contrib/libs/icu/common/ustrfmt.h index 242ba4ded86..53eb0557e45 100644 --- a/contrib/libs/icu/common/ustrfmt.h +++ b/contrib/libs/icu/common/ustrfmt.h @@ -1,19 +1,19 @@ // © 2016 and later: Unicode, Inc. and others. -// License & terms of use: http://www.unicode.org/copyright.html -/* -********************************************************************** -* 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 +// License & terms of use: http://www.unicode.org/copyright.html +/* +********************************************************************** +* 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 |