X7ROOT File Manager
Current Path:
/opt/alt/libicu65/usr/share/doc/alt-libicu65-devel/samples/cal
opt
/
alt
/
libicu65
/
usr
/
share
/
doc
/
alt-libicu65-devel
/
samples
/
cal
/
ðŸ“
..
📄
Makefile
(1.66 KB)
📄
Makefile.in
(1.68 KB)
📄
cal.c
(22.41 KB)
📄
cal.sln
(1.17 KB)
📄
cal.vcxproj
(9.22 KB)
📄
cal.vcxproj.filters
(1.06 KB)
📄
readme.txt
(2.21 KB)
📄
uprint.c
(2.03 KB)
📄
uprint.h
(969 B)
Editing: uprint.h
/* *********************************************************************** * © 2016 and later: Unicode, Inc. and others. * License & terms of use: http://www.unicode.org/copyright.html#License *********************************************************************** ********************************************************************** * Copyright (C) 1998-2004, International Business Machines Corporation * and others. All Rights Reserved. ********************************************************************** * * 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" /* Print a ustring to the specified FILE* in the default codepage */ U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status); #endif /* ! UPRINT_H */
Upload File
Create Folder