/* @(#)two.twostr.c 1.1 92/07/30 SMI */ /* 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 ] )
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机