2017-01-20 00:20:31 +00:00
|
|
|
// © 2016 and later: Unicode, Inc. and others.
|
2016-06-15 18:58:17 +00:00
|
|
|
// License & terms of use: http://www.unicode.org/copyright.html
|
2009-09-03 20:40:02 +00:00
|
|
|
/********************************************************************
|
|
|
|
* COPYRIGHT:
|
2016-05-31 21:45:07 +00:00
|
|
|
* Copyright (c) 2007-2013, International Business Machines Corporation and
|
|
|
|
* others. All Rights Reserved.
|
2009-09-03 20:40:02 +00:00
|
|
|
********************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
/** Auto-client **/
|
|
|
|
#define UCLN_TYPE UCLN_CTESTFW
|
|
|
|
#include "ucln_imp.h"
|
|
|
|
|
2013-09-17 06:31:09 +00:00
|
|
|
int uprv_dummyFunction_CT(void);
|
|
|
|
int uprv_dummyFunction_CT(void)
|
2009-09-03 20:40:02 +00:00
|
|
|
{
|
|
|
|
/* this is here to prevent the compiler from complaining about an empty file */
|
2009-12-11 18:10:20 +00:00
|
|
|
return 0;
|
2009-09-03 20:40:02 +00:00
|
|
|
}
|