]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/legacy/legacy.cpp
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / samples / legacy / legacy.cpp
index e3a4b9247f7e01ba48f714fa46feb4080eedc184..559fbcb79740be60ecb8f6b7004271e0a74b2aa7 100644 (file)
@@ -1,12 +1,18 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2001, International Business Machines
+*   © 2016 and later: Unicode, Inc. and others.
+*   License & terms of use: http://www.unicode.org/copyright.html#License
+*
+*******************************************************************************
+*******************************************************************************
+*
+*   Copyright (C) 2001 - 2005, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *   file name:  main.cpp
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -22,8 +28,8 @@
 #include "unicode/utypes.h"
 #include "unicode/ustring.h"
 
-void test_current(UChar data[][5], uint32_t size, uint32_t maxLen, uint8_t keys[][32]);
-void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]);
+extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxLen, uint8_t keys[][32]);
+extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]);
 
 void printZTUChar(const UChar *str) {
   while(*str != 0) {