]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/cal/uprint.h
2 ***********************************************************************
3 * © 2016 and later: Unicode, Inc. and others.
4 * License & terms of use: http://www.unicode.org/copyright.html#License
5 ***********************************************************************
6 **********************************************************************
7 * Copyright (C) 1998-2004, International Business Machines Corporation
8 * and others. All Rights Reserved.
9 **********************************************************************
13 * Modification History:
15 * Date Name Description
16 * 06/14/99 stephen Creation.
17 *******************************************************************************
25 #include "unicode/utypes.h"
27 /* Print a ustring to the specified FILE* in the default codepage */
28 U_CFUNC
void uprint(const UChar
*s
, FILE *f
, UErrorCode
*status
);
30 #endif /* ! UPRINT_H */