]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/layout/ucreader.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / samples / layout / ucreader.h
diff --git a/icuSources/samples/layout/ucreader.h b/icuSources/samples/layout/ucreader.h
new file mode 100644 (file)
index 0000000..948db14
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ *
+ * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
+ *
+ */
+
+#ifndef __UCREADER_H
+#define __UCREADER_H
+
+#include "unicode/utypes.h"
+#include "gsupport.h"
+
+U_CDECL_BEGIN
+
+const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount);
+
+U_CDECL_END
+
+#endif