]> git.saurik.com Git - apple/icu.git/blame - icuSources/tools/genrb/util.h
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / tools / genrb / util.h
CommitLineData
b75a7d8f
A
1/*
2*******************************************************************************
3*
4* Copyright (C) 1998-1999, International Business Machines
5* Corporation and others. All Rights Reserved.
6*
7*******************************************************************************
8*
9* File util.h
10*
11* Modification History:
12*
13* Date Name Description
14* 06/10/99 stephen Creation.
15*******************************************************************************
16*/
17
18#ifndef UTIL_H
19#define UTIL_H 1
20
21U_CDECL_BEGIN
22
23void get_dirname(char *dirname, const char *filename);
24void get_basename(char *basename, const char *filename);
25int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
26U_CDECL_END
27#endif /* ! UTIL_H */
28