]>
git.saurik.com Git - apple/icu.git/blob - icuSources/tools/genrb/rbutil.h
2 *******************************************************************************
4 * Copyright (C) 1998-2005, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
11 * Modification History:
13 * Date Name Description
14 * 06/10/99 stephen Creation.
15 *******************************************************************************
23 void get_dirname(char *dirname
, const char *filename
);
24 void get_basename(char *basename
, const char *filename
);
25 int32_t itostr(char * buffer
, int32_t i
, uint32_t radix
, int32_t pad
);