Hash : d3f0860f Author : Date : 2000-03-01T13:22:57
New file from Bruno. filter through cppi
Download
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