scuffed-code/icu4c/source/samples/cal/uprint.h

27 lines
706 B
C
Raw Normal View History

1999-08-16 21:50:52 +00:00
/*
**********************************************************************
* Copyright (C) 1998-2004, International Business Machines Corporation
* and others. All Rights Reserved.
**********************************************************************
1999-08-16 21:50:52 +00:00
*
* File uprint.h
*
* Modification History:
*
* Date Name Description
* 06/14/99 stephen Creation.
*******************************************************************************
*/
#ifndef UPRINT_H
#define UPRINT_H 1
#include <stdio.h>
#include "unicode/utypes.h"
1999-08-16 21:50:52 +00:00
/* Print a ustring to the specified FILE* in the default codepage */
U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
1999-08-16 21:50:52 +00:00
#endif /* ! UPRINT_H */