add directory Linux-0.96

This commit is contained in:
gohigh
2024-02-19 00:21:04 -05:00
parent b6d98600bf
commit cf5dadaed5
140 changed files with 15080 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#define SIZE 40 /* added tms */
struct intString { unsigned int i; char * s; };
extern struct intString sysCodes[SIZE]; /* was sysCodes[] modified tms */