aboutsummaryrefslogtreecommitdiff
path: root/wtable.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-29 04:49:12 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-29 04:49:12 -0400
commit017a503f34a0f8ce2245f1b5dd78894f65326a90 (patch)
tree62ac02471db0a6e9b97b619b7b63f05110fad61b /wtable.h
parentd1563c6d7db5e2c8484b80b870e7fb753400f6db (diff)
downloadbw-atari8-tools-017a503f34a0f8ce2245f1b5dd78894f65326a90.tar.gz
a8cat: added (will eventually replace both a8utf8 and a8eol).
Diffstat (limited to 'wtable.h')
-rw-r--r--wtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wtable.h b/wtable.h
new file mode 100644
index 0000000..11c5fa2
--- /dev/null
+++ b/wtable.h
@@ -0,0 +1,2 @@
+extern wint_t wchar2ata[][2];
+extern int wchar2atascii(wint_t wc, int ics);