]>
git.saurik.com Git - apple/icu.git/blob - icuSources/io/ucln_io.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 ******************************************************************************
6 * Copyright (C) 2001-2011, International Business Machines *
7 * Corporation and others. All Rights Reserved. *
9 ******************************************************************************
10 * file name: ucln_io.h
12 * tab size: 8 (not used)
15 * created on: 2006August11
16 * created by: George Rhoten
22 #include "unicode/utypes.h"
26 Please keep the order of enums declared in same order
27 as the functions are suppose to be called. */
28 typedef enum ECleanupIOType
{
32 UCLN_IO_COUNT
/* This must be last */
35 /* Main library cleanup registration function. */
36 /* See common/ucln.h for details on adding a cleanup function. */
37 U_CFUNC
void U_EXPORT2
ucln_io_registerCleanup(ECleanupIOType type
,