projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b67502
)
Declare __strcasecmp.
author
roland
<roland>
Wed, 27 Sep 1995 16:45:25 +0000
(16:45 +0000)
committer
roland
<roland>
Wed, 27 Sep 1995 16:45:25 +0000
(16:45 +0000)
string/string.h
patch
|
blob
|
history
diff --git
a/string/string.h
b/string/string.h
index
0b6aa96
..
0f99531
100644
(file)
--- a/
string/string.h
+++ b/
string/string.h
@@
-149,6
+149,7
@@
extern int bcmp __P ((__const __ptr_t __s1, __const __ptr_t __s2, size_t __n));
extern int ffs __P ((int __i));
/* Compare S1 and S2, ignoring case. */
+extern int __strcasecmp __P ((__const char *__s1, __const char *__s2));
extern int strcasecmp __P ((__const char *__s1, __const char *__s2));
/* Return the next DELIM-delimited token from *STRINGP,