]>
Commit | Line | Data |
---|---|---|
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: | |
b331163b | 5 | * Copyright (c) 2007-2014, International Business Machines Corporation and |
729e4ab9 A |
6 | * others. All Rights Reserved. |
7 | ********************************************************************/ | |
8 | ||
9 | ||
10 | /** Auto-client **/ | |
11 | #define UCLN_TYPE UCLN_TOOLUTIL | |
12 | #include "ucln_imp.h" | |
13 | ||
57a6839d A |
14 | int uprv_dummyFunction_TU(void); |
15 | int uprv_dummyFunction_TU(void) | |
729e4ab9 A |
16 | { |
17 | /* this is here to prevent the compiler from complaining about an empty file */ | |
18 | return 0; | |
19 | } |