]> git.saurik.com Git - apple/icu.git/blame_incremental - icuSources/tools/ctestfw/ucln_ct.c
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / tools / ctestfw / ucln_ct.c
... / ...
CommitLineData
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-2013, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8
9
10/** Auto-client **/
11#define UCLN_TYPE UCLN_CTESTFW
12#include "ucln_imp.h"
13
14int uprv_dummyFunction_CT(void);
15int uprv_dummyFunction_CT(void)
16{
17 /* this is here to prevent the compiler from complaining about an empty file */
18 return 0;
19}