intl/icu/source/tools/genrb/rbutil.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/tools/genrb/rbutil.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +/*
     1.5 +*******************************************************************************
     1.6 +*
     1.7 +*   Copyright (C) 1998-2005, International Business Machines
     1.8 +*   Corporation and others.  All Rights Reserved.
     1.9 +*
    1.10 +*******************************************************************************
    1.11 +*
    1.12 +* File rbutil.h
    1.13 +*
    1.14 +* Modification History:
    1.15 +*
    1.16 +*   Date        Name        Description
    1.17 +*   06/10/99    stephen     Creation.
    1.18 +*******************************************************************************
    1.19 +*/
    1.20 +
    1.21 +#ifndef UTIL_H
    1.22 +#define UTIL_H 1
    1.23 +
    1.24 +U_CDECL_BEGIN
    1.25 +
    1.26 +void get_dirname(char *dirname, const char *filename);
    1.27 +void get_basename(char *basename, const char *filename);
    1.28 +int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
    1.29 +U_CDECL_END
    1.30 +#endif /* ! UTIL_H */
    1.31 +

mercurial