|
|
researchv10 Norman
/* Make a 2 letter code into an integer we can switch on easily */ #define two( s1, s2 ) (s1 + 256 * s2 ) #define twostr( str ) two( *str, str[ 1 ] )
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.