From d3f0860feafd26731cdd9289a671ebc85129b1c3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 1 Mar 2000 13:22:57 +0000 Subject: [PATCH] New file from Bruno. filter through cppi --- lib/unicodeio.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/unicodeio.h diff --git a/lib/unicodeio.h b/lib/unicodeio.h new file mode 100644 index 0000000000..ae6b939a8c --- /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 -- 2.30.2