From: Jim Meyering Date: Wed, 1 Mar 2000 13:22:57 +0000 (+0000) Subject: New file from Bruno. X-Git-Tag: TEXTUTILS-2_0e~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77ec117299ea3817acd0c1a439b1f28b735f86bd;p=thirdparty%2Fcoreutils.git 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