|
|
researchv10 Norman
/*
structure definitions for blocks within spitbol compiler.
*/
struct chfcb {
int typ;
int len;
struct chfcb *nxt;
struct fcblk *fcb;
};
struct icblk {
int typ;
int val;
};
struct scblk {
int typ;
int len;
char str[1];
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.