|
|
|
| version 1.1, 1999/06/14 02:38:07 | version 1.2, 2002/01/30 21:00:56 | ||
|---|---|---|---|
|
| ||
| /* $XFree86$ */ | /* $XFree86: xc/programs/xedit/strcasecmp.c,v 1.1 1999/06/14 02:38:07 dawes Exp $ */ | ||
| #include <ctype.h> | #include <ctype.h> | ||
| #include <sys/types.h> | #include <sys/types.h> | ||
| #ifndef LISP | |||
| #include "xedit.h" | #include "xedit.h" | ||
| #endif | |||
| /* Just like the BSD version. It assumes that tolower() is ANSI-compliant */ | /* Just like the BSD version. It assumes that tolower() is ANSI-compliant */ | ||
|
||||||||
|
Powered by ViewCVS 0.9.2 |