mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-770 New u_cleanup() API.
X-SVN-Rev: 5460
This commit is contained in:
parent
f236304493
commit
3af0a0b31a
1 changed files with 24 additions and 0 deletions
24
icu4c/source/common/unicode/uclean.h
Normal file
24
icu4c/source/common/unicode/uclean.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*
|
||||
******************************************************************************
|
||||
* *
|
||||
* 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
|
Loading…
Add table
Reference in a new issue