]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/break/break.cpp
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / samples / break / break.cpp
index 90d77efad42e0eb1a049e9592638aebd6c5bfb0b..8b4ad613859cf5e745f96dd18bd98e80be7c32de 100644 (file)
@@ -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 <unicode/brkiter.h>
 #include <stdlib.h>
 
-U_CFUNC int c_main(void);
+using namespace icu;
 
+U_CFUNC int c_main(void);
 
 void printUnicodeString(const UnicodeString &s) {
     char charBuf[1000];