]> git.saurik.com Git - apple/icu.git/blob - icuSources/tools/toolutil/ucln_tu.cpp
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / ucln_tu.cpp
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
4 * COPYRIGHT:
5 * Copyright (c) 2007-2014, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8
9
10 /** Auto-client **/
11 #define UCLN_TYPE UCLN_TOOLUTIL
12 #include "ucln_imp.h"
13
14 int uprv_dummyFunction_TU(void);
15 int uprv_dummyFunction_TU(void)
16 {
17 /* this is here to prevent the compiler from complaining about an empty file */
18 return 0;
19 }