1 /* Copyright (C) 1995,1996 Robert de Bath <rdebath@cix.compulink.co.uk>
2 * This file is part of the Linux-8086 C library and is distributed
3 * under the GNU Library General Public License.
19 if( tolower(*s
) != tolower(*d
) )
23 if( *s
== '\0' ) return 0;