mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
adding strcasestr for plan9
This commit is contained in:
parent
3628abad7b
commit
7fd75dc439
1 changed files with 1 additions and 0 deletions
|
@ -620,6 +620,7 @@
|
|||
#ifdef PLAN9
|
||||
#define strcasecmp cistrcmp
|
||||
#define strncasecmp cistrncmp
|
||||
#define strcasestr cistrstr
|
||||
#define round(x) floor((x)+0.5)
|
||||
#define trunc(x) floor((x)+0.5*(((x)<0)?1:0))
|
||||
#elif defined(_WIN32)
|
||||
|
|
Loading…
Add table
Reference in a new issue