mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
33
intl/icu/source/tools/genrb/rbutil.h
Normal file
33
intl/icu/source/tools/genrb/rbutil.h
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
/*
|
||||
*******************************************************************************
|
||||
*
|
||||
* Copyright (C) 1998-2016, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
*******************************************************************************
|
||||
*
|
||||
* File rbutil.h
|
||||
*
|
||||
* Modification History:
|
||||
*
|
||||
* Date Name Description
|
||||
* 06/10/99 stephen Creation.
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef UTIL_H
|
||||
#define UTIL_H 1
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
U_CDECL_BEGIN
|
||||
|
||||
void get_dirname(char *dirname, const char *filename);
|
||||
void get_basename(char *basename, const char *filename);
|
||||
int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
|
||||
|
||||
U_CDECL_END
|
||||
|
||||
#endif /* ! UTIL_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue