mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3389 Reduce the number of exported symbols
X-SVN-Rev: 14867
This commit is contained in:
parent
2d46833dca
commit
cce10a70c3
2 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,6 @@
|
|||
#include "unicode/utypes.h"
|
||||
|
||||
/* Print a ustring to the specified FILE* in the default codepage */
|
||||
U_CAPI void uprint(const UChar *s, FILE *f, UErrorCode *status);
|
||||
U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
|
||||
|
||||
#endif /* ! UPRINT_H */
|
||||
|
|
|
@ -21,6 +21,6 @@
|
|||
#include "unicode/utypes.h"
|
||||
|
||||
/* Print a ustring to the specified FILE* in the default codepage */
|
||||
U_CAPI void uprint(const UChar *s, FILE *f, UErrorCode *status);
|
||||
U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
|
||||
|
||||
#endif /* ! UPRINT_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue