]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genrb/rbutil.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 *******************************************************************************
6 * Copyright (C) 1998-2016, International Business Machines
7 * Corporation and others. All Rights Reserved.
9 *******************************************************************************
13 * Modification History:
15 * Date Name Description
16 * 06/10/99 stephen Creation.
17 *******************************************************************************
23 #include "unicode/utypes.h"
27 void get_dirname(char *dirname
, const char *filename
);
28 void get_basename(char *basename
, const char *filename
);
29 int32_t itostr(char * buffer
, int32_t i
, uint32_t radix
, int32_t pad
);