From 77ec117299ea3817acd0c1a439b1f28b735f86bd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 1 Mar 2000 13:22:57 +0000 Subject: New file from Bruno. filter through cppi --- lib/unicodeio.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/unicodeio.h (limited to 'lib/unicodeio.h') diff --git a/lib/unicodeio.h b/lib/unicodeio.h new file mode 100644 index 000000000..ae6b939a8 --- /dev/null +++ b/lib/unicodeio.h @@ -0,0 +1,9 @@ +#ifndef UNICODEIO_H +# define UNICODEIO_H + +# include + +/* Outputs the Unicode character CODE to the output stream STREAM. */ +extern void print_unicode_char (FILE *stream, unsigned int code); + +#endif -- cgit v1.2.3-54-g00ecf