25 lines
756 B
C
25 lines
756 B
C
|
/*
|
||
|
******************************************************************************
|
||
|
* *
|
||
|
* Copyright (C) 2001-2001, International Business Machines *
|
||
|
* Corporation and others. All Rights Reserved. *
|
||
|
* *
|
||
|
******************************************************************************
|
||
|
* file name: uclean.h
|
||
|
* encoding: US-ASCII
|
||
|
* tab size: 8 (not used)
|
||
|
* indentation:4
|
||
|
*
|
||
|
* created on: 2001July05
|
||
|
* created by: George Rhoten
|
||
|
*/
|
||
|
|
||
|
#ifndef __UCLEAN_H__
|
||
|
#define __UCLEAN_H__
|
||
|
|
||
|
#include "unicode/utypes.h"
|
||
|
|
||
|
U_CAPI void U_EXPORT2 u_cleanup(void);
|
||
|
|
||
|
#endif
|