Linux clientvps21.redlake.in 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
LiteSpeed
: 95.216.48.241 | : 216.73.216.125
14 Domain
8.1.34
mydemowebs
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libicu-devel /
samples /
date /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
1.65
KB
-rw-r--r--
Makefile.in
1.66
KB
-rw-r--r--
date.c
9.93
KB
-rw-r--r--
date.sln
1.17
KB
-rw-r--r--
date.vcxproj
9.28
KB
-rw-r--r--
date.vcxproj.filters
1.06
KB
-rw-r--r--
readme.txt
2.3
KB
-rw-r--r--
uprint.c
1.95
KB
-rw-r--r--
uprint.h
991
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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 */
Close