scuffed-code/icu4c/source/test/intltest/cpputils.h
Helena Chapman 3aaa52af8d ICU-161 updated the copyright notices.
X-SVN-Rev: 596
2000-01-15 02:00:06 +00:00

15 lines
646 B
C

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-1999, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/* Wraps C++ internal utilities needed in C
Bertrand A. D.*/
#include "unicode/utypes.h"
U_CAPI void printUChar(const UChar* uniString);
U_CAPI void printChar( const char* charString);
U_CAPI void T_PlatformUtilities_pathnameInContext( char *fullname, int32_t maxsize, const char * relPath);
U_CAPI const char *T_PlatformUtilities_getDefaultDataDirectory(void);