projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ad358
)
New file from Bruno.
author
Jim Meyering
<jim@meyering.net>
Wed, 1 Mar 2000 13:22:57 +0000
(13:22 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 1 Mar 2000 13:22:57 +0000
(13:22 +0000)
filter through cppi
lib/unicodeio.h
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/unicodeio.h
b/lib/unicodeio.h
new file mode 100644
(file)
index 0000000..
ae6b939
--- /dev/null
+++ b/
lib/unicodeio.h
@@ -0,0
+1,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