New file from Bruno.
[gnulib.git] / lib / unicodeio.h
1 #ifndef UNICODEIO_H
2 # define UNICODEIO_H
3
4 # include <stdio.h>
5
6 /* Outputs the Unicode character CODE to the output stream STREAM.  */
7 extern void print_unicode_char (FILE *stream, unsigned int code);
8
9 #endif