00001 /* 00002 ****************************************************************************** 00003 * * 00004 * Copyright (C) 2001-2001, International Business Machines * 00005 * Corporation and others. All Rights Reserved. * 00006 * * 00007 ****************************************************************************** 00008 * file name: uclean.h 00009 * encoding: US-ASCII 00010 * tab size: 8 (not used) 00011 * indentation:4 00012 * 00013 * created on: 2001July05 00014 * created by: George Rhoten 00015 */ 00016 00017 #ifndef __UCLEAN_H__ 00018 #define __UCLEAN_H__ 00019 00020 #include "unicode/utypes.h" 00021 00057 U_CAPI void U_EXPORT2 00058 u_cleanup(void); 00059 00060 #endif