ae6b939a8c08cf1fffb2b44b9a22595c00bfb8be
[pspp] / 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