michael@0: /* michael@0: ******************************************************************************* michael@0: * michael@0: * Copyright (C) 1998-2005, International Business Machines michael@0: * Corporation and others. All Rights Reserved. michael@0: * michael@0: ******************************************************************************* michael@0: * michael@0: * File rbutil.h michael@0: * michael@0: * Modification History: michael@0: * michael@0: * Date Name Description michael@0: * 06/10/99 stephen Creation. michael@0: ******************************************************************************* michael@0: */ michael@0: michael@0: #ifndef UTIL_H michael@0: #define UTIL_H 1 michael@0: michael@0: U_CDECL_BEGIN michael@0: michael@0: void get_dirname(char *dirname, const char *filename); michael@0: void get_basename(char *basename, const char *filename); michael@0: int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad); michael@0: U_CDECL_END michael@0: #endif /* ! UTIL_H */ michael@0: