Files
gnu-coreutils/lib/unicodeio.h
T
Jim Meyering 77ec117299 New file from Bruno.
filter through cppi
2000-03-01 13:22:57 +00:00

10 lines
208 B
C

#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