X7ROOT File Manager
Current Path:
/opt/alt/libicu/usr/share/doc/alt-libicu-devel/samples/date
opt
/
alt
/
libicu
/
usr
/
share
/
doc
/
alt-libicu-devel
/
samples
/
date
/
??
..
??
Makefile
(1.65 KB)
??
Makefile.in
(1.66 KB)
??
date.c
(9.93 KB)
??
date.sln
(1.17 KB)
??
date.vcxproj
(9.51 KB)
??
date.vcxproj.filters
(1.06 KB)
??
readme.txt
(2.3 KB)
??
uprint.c
(1.95 KB)
??
uprint.h
(991 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