xref: /third_party/icu/tools/multi/proj/chello/uprint.h (revision 2e5b6d6d)
12e5b6d6dSopenharmony_ci// © 2017 and later: Unicode, Inc. and others.
22e5b6d6dSopenharmony_ci// License & terms of use: http://www.unicode.org/copyright.html
32e5b6d6dSopenharmony_ci/*
42e5b6d6dSopenharmony_ci**********************************************************************
52e5b6d6dSopenharmony_ci* Copyright (C) 1998-2009, International Business Machines Corporation
62e5b6d6dSopenharmony_ci* and others.  All Rights Reserved.
72e5b6d6dSopenharmony_ci**********************************************************************
82e5b6d6dSopenharmony_ci*
92e5b6d6dSopenharmony_ci* File uprint.h
102e5b6d6dSopenharmony_ci*
112e5b6d6dSopenharmony_ci* Modification History:
122e5b6d6dSopenharmony_ci*
132e5b6d6dSopenharmony_ci*   Date        Name        Description
142e5b6d6dSopenharmony_ci*   06/14/99    stephen     Creation.
152e5b6d6dSopenharmony_ci*******************************************************************************
162e5b6d6dSopenharmony_ci*/
172e5b6d6dSopenharmony_ci
182e5b6d6dSopenharmony_ci#ifndef UPRINT_H
192e5b6d6dSopenharmony_ci#define UPRINT_H 1
202e5b6d6dSopenharmony_ci
212e5b6d6dSopenharmony_ci#include <stdio.h>
222e5b6d6dSopenharmony_ci
232e5b6d6dSopenharmony_ci#include "unicode/utypes.h"
242e5b6d6dSopenharmony_ci
252e5b6d6dSopenharmony_ci/* Print a ustring to the specified FILE* in the default codepage */
262e5b6d6dSopenharmony_ciU_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
272e5b6d6dSopenharmony_ci
282e5b6d6dSopenharmony_ci#endif /* ! UPRINT_H */
29