1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/icu/source/tools/ctestfw/ucln_ct.c Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +/******************************************************************** 1.5 + * COPYRIGHT: 1.6 + * Copyright (c) 2007-2013, International Business Machines Corporation and 1.7 + * others. All Rights Reserved. 1.8 + ********************************************************************/ 1.9 + 1.10 + 1.11 +/** Auto-client **/ 1.12 +#define UCLN_TYPE UCLN_CTESTFW 1.13 +#include "ucln_imp.h" 1.14 + 1.15 +int uprv_dummyFunction_CT(void); 1.16 +int uprv_dummyFunction_CT(void) 1.17 +{ 1.18 + /* this is here to prevent the compiler from complaining about an empty file */ 1.19 + return 0; 1.20 +}