1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-15 08:15:49 +02:00
Files
coreutils/lib/unicodeio.h
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