Imported Upstream version 58.1
[platform/upstream/icu.git] / source / tools / genrb / rbutil.h
1 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /*
4 *******************************************************************************
5 *
6 *   Copyright (C) 1998-2016, International Business Machines
7 *   Corporation and others.  All Rights Reserved.
8 *
9 *******************************************************************************
10 *
11 * File rbutil.h
12 *
13 * Modification History:
14 *
15 *   Date        Name        Description
16 *   06/10/99    stephen     Creation.
17 *******************************************************************************
18 */
19
20 #ifndef UTIL_H
21 #define UTIL_H 1
22
23 #include "unicode/utypes.h"
24
25 U_CDECL_BEGIN
26
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);
30
31 U_CDECL_END
32
33 #endif /* ! UTIL_H */