From: Jim Meyering Date: Wed, 1 Mar 2000 13:22:57 +0000 (+0000) Subject: New file from Bruno. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f0860feafd26731cdd9289a671ebc85129b1c3;p=pspp New file from Bruno. filter through cppi --- 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