diff options
author | B. Watson <urchlay@slackware.uk> | 2024-06-29 04:49:12 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-06-29 04:49:12 -0400 |
commit | 017a503f34a0f8ce2245f1b5dd78894f65326a90 (patch) | |
tree | 62ac02471db0a6e9b97b619b7b63f05110fad61b /atables.h | |
parent | d1563c6d7db5e2c8484b80b870e7fb753400f6db (diff) | |
download | bw-atari8-tools-017a503f34a0f8ce2245f1b5dd78894f65326a90.tar.gz |
a8cat: added (will eventually replace both a8utf8 and a8eol).
Diffstat (limited to 'atables.h')
-rw-r--r-- | atables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atables.h b/atables.h new file mode 100644 index 0000000..56e6c34 --- /dev/null +++ b/atables.h @@ -0,0 +1,2 @@ +extern const char *ata2utf[]; +extern const char *ics2utf[]; |