ustrfmt.h 565 B

12345678910111213141516171819
  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. #ifndef USTRFMT_H
  10. #define USTRFMT_H
  11. #include "unicode/utypes.h"
  12. U_CAPI int32_t U_EXPORT2
  13. uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
  14. #endif