X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/samples/break/break.cpp?ds=sidebyside diff --git a/icuSources/samples/break/break.cpp b/icuSources/samples/break/break.cpp index 90d77efa..8b4ad613 100644 --- a/icuSources/samples/break/break.cpp +++ b/icuSources/samples/break/break.cpp @@ -1,6 +1,12 @@ /* ******************************************************************************* * +* © 2016 and later: Unicode, Inc. and others. +* License & terms of use: http://www.unicode.org/copyright.html#License +* +******************************************************************************* +******************************************************************************* +* * Copyright (C) 2002-2003, International Business Machines * Corporation and others. All Rights Reserved. * @@ -11,8 +17,9 @@ #include #include -U_CFUNC int c_main(void); +using namespace icu; +U_CFUNC int c_main(void); void printUnicodeString(const UnicodeString &s) { char charBuf[1000];