merge from gcc

This commit is contained in:
DJ Delorie
2001-09-26 18:45:50 +00:00
parent 4e6667ac4f
commit 3942352316
53 changed files with 3241 additions and 350 deletions

View File

@@ -10,6 +10,16 @@
* is provided ``as is'' without express or implied warranty.
*/
/*
@deftypefn Supplemental int strcasecmp (const char *@var{s1}, const char *@var{s2})
A case-insensitive @code{strcmp}.
@end deftypefn
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87";
#endif /* LIBC_SCCS and not lint */