michael@0: /******************************************************************** michael@0: * COPYRIGHT: michael@0: * Copyright (c) 2007-2013, International Business Machines Corporation and michael@0: * others. All Rights Reserved. michael@0: ********************************************************************/ michael@0: michael@0: michael@0: /** Auto-client **/ michael@0: #define UCLN_TYPE UCLN_TOOLUTIL michael@0: #include "ucln_imp.h" michael@0: michael@0: int uprv_dummyFunction_TU(void); michael@0: int uprv_dummyFunction_TU(void) michael@0: { michael@0: /* this is here to prevent the compiler from complaining about an empty file */ michael@0: return 0; michael@0: }