]> git.saurik.com Git - apple/icu.git/blame_incremental - icuSources/samples/date/uprint.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / samples / date / uprint.h
... / ...
CommitLineData
1/*
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**********************************************************************
10*
11* File uprint.h
12*
13* Modification History:
14*
15* Date Name Description
16* 06/14/99 stephen Creation.
17*******************************************************************************
18*/
19
20#ifndef UPRINT_H
21#define UPRINT_H 1
22
23#include <stdio.h>
24
25#include "unicode/utypes.h"
26
27/* Print a ustring to the specified FILE* in the default codepage */
28U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
29
30#endif /* ! UPRINT_H */