chibi-scheme/include
okuoku 7693881125 sexp.c: Use strncasecmp instead of strcasestr
strcasestr is not available on MS C runtime. Use strncasecmp instead
which is in POSIX. MS C runtime has _strnicmp().
2017-11-18 15:24:28 +09:00
..
chibi sexp.c: Use strncasecmp instead of strcasestr 2017-11-18 15:24:28 +09:00