2000-01-15 02:00:06 +00:00
|
|
|
/********************************************************************
|
|
|
|
* COPYRIGHT:
|
|
|
|
* Copyright (c) 1997-1999, International Business Machines Corporation and
|
|
|
|
* others. All Rights Reserved.
|
|
|
|
********************************************************************/
|
1999-08-16 21:50:52 +00:00
|
|
|
/* Wraps C++ internal utilities needed in C
|
|
|
|
Bertrand A. D.*/
|
|
|
|
|
1999-12-28 23:57:50 +00:00
|
|
|
#include "unicode/utypes.h"
|
1999-10-18 23:55:05 +00:00
|
|
|
U_CAPI void printUChar(const UChar* uniString);
|
|
|
|
U_CAPI void printChar( const char* charString);
|
1999-08-16 21:50:52 +00:00
|
|
|
|
1999-10-18 23:55:05 +00:00
|
|
|
U_CAPI void T_PlatformUtilities_pathnameInContext( char *fullname, int32_t maxsize, const char * relPath);
|
|
|
|
U_CAPI const char *T_PlatformUtilities_getDefaultDataDirectory(void);
|