scuffed-code/icu4c/source/test/intltest/cpputils.h
Markus Scherer f8b331314a ICU-6 more renaming of constant names
FAILURE -> U_FAILURE etc.

X-SVN-Rev: 81
1999-10-18 23:55:05 +00:00

10 lines
374 B
C

/* Wraps C++ internal utilities needed in C
Bertrand A. D.*/
#include "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);