repo.or.cz
/
kbuild-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kmkbuiltin/expr.c: file revision 1.17 from OpenBSD
[kbuild-mirror.git]
/
src
/
ash
/
win
/
strings.h
blob
6e703882a72cdf8cd9928461d50aeae2db9b6248
1
#include <string.h>
2
#define strcasecmp stricmp
3
#define strncasecmp strnicmp
4
#define index(str, ch) strchr((str), (ch))