ICU 73.2  73.2
icudataver.h
Go to the documentation of this file.
00001 // © 2016 and later: Unicode, Inc. and others.
00002 // License & terms of use: http://www.unicode.org/copyright.html
00003 /*
00004 ******************************************************************************
00005 *
00006 *   Copyright (C) 2009-2013, International Business Machines
00007 *   Corporation and others.  All Rights Reserved.
00008 *
00009 ******************************************************************************
00010 */
00011 
00012 
00018 #ifndef __ICU_DATA_VER_H__
00019 #define __ICU_DATA_VER_H__
00020 
00021 #include "unicode/utypes.h"
00022 
00026 #define U_ICU_VERSION_BUNDLE "icuver"
00027 
00031 #define U_ICU_DATA_KEY "DataVersion"
00032 
00041 U_CAPI void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
00042 
00043 #endif