]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/cal/uprint.h
2 **********************************************************************
3 * Copyright (C) 1998-2004, International Business Machines Corporation
4 * and others. All Rights Reserved.
5 **********************************************************************
9 * Modification History:
11 * Date Name Description
12 * 06/14/99 stephen Creation.
13 *******************************************************************************
21 #include "unicode/utypes.h"
23 /* Print a ustring to the specified FILE* in the default codepage */
24 U_CFUNC
void uprint(const UChar
*s
, FILE *f
, UErrorCode
*status
);
26 #endif /* ! UPRINT_H */