# include # include # define reg register # define makelower(c) (isupper(c) ? tolower(c) : c) /* * Compare strings: s1>s2: >0 s1==s2: 0 s1