repo.or.cz
/
delight
/
core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Document search flags
[delight/core.git]
/
dmd2
/
gnuc.h
blob
00c9851db1c0087c4f457d4651f668e380bc197c
1
2
#ifndef _GNUC_H
3
#define _GNUC_H 1
4
5
int
memicmp
(
const char
*
s1
,
const char
*
s2
,
int
n
);
6
int
stricmp
(
const char
*
s1
,
const char
*
s2
);
7
8
#endif