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