summaryrefslogtreecommitdiff
path: root/lib/unicodeio.h
blob: ae6b939a8c08cf1fffb2b44b9a22595c00bfb8be (plain)
1
2
3
4
5
6
7
8
9
#ifndef UNICODEIO_H
# define UNICODEIO_H

# include <stdio.h>

/* Outputs the Unicode character CODE to the output stream STREAM.  */
extern void print_unicode_char (FILE *stream, unsigned int code);

#endif