New file from Bruno.
authorJim Meyering <jim@meyering.net>
Wed, 1 Mar 2000 13:22:57 +0000 (13:22 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 1 Mar 2000 13:22:57 +0000 (13:22 +0000)
filter through cppi

lib/unicodeio.h [new file with mode: 0644]

diff --git a/lib/unicodeio.h b/lib/unicodeio.h
new file mode 100644 (file)
index 0000000..ae6b939
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef UNICODEIO_H
+# define UNICODEIO_H
+
+# include <stdio.h>
+
+/* Outputs the Unicode character CODE to the output stream STREAM.  */
+extern void print_unicode_char (FILE *stream, unsigned int code);
+
+#endif