changeset 2306:8818a3f18fb7

New file from Bruno. filter through cppi
author Jim Meyering <jim@meyering.net>
date Wed, 01 Mar 2000 13:22:57 +0000
parents 463a686cf218
children fb1a2613f065
files lib/unicodeio.h
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/lib/unicodeio.h
@@ -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