]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | /******************************************************************** |
2 | * COPYRIGHT: | |
3 | * Copyright (c) 1997-1999, International Business Machines Corporation and | |
4 | * others. All Rights Reserved. | |
5 | ********************************************************************/ | |
6 | /* Wraps C++ internal utilities needed in C | |
7 | Bertrand A. D.*/ | |
8 | ||
9 | #include "unicode/utypes.h" | |
10 | U_CAPI void printUChar(const UChar* uniString); | |
11 | U_CAPI void printChar( const char* charString); | |
12 | ||
13 | U_CAPI void T_PlatformUtilities_pathnameInContext( char *fullname, int32_t maxsize, const char * relPath); | |
14 | U_CAPI const char *T_PlatformUtilities_getDefaultDataDirectory(void); |