|
|
1.1 root 1: /* Make a 2 letter code into an integer we can switch on easily */
2: #define two( s1, s2 ) (s1 + 256 * s2 )
3: #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.