diff options
Diffstat (limited to 'libiberty/strcasecmp.c')
-rw-r--r-- | libiberty/strcasecmp.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/strcasecmp.c b/libiberty/strcasecmp.c index 3aa930b..dcfa407 100644 --- a/libiberty/strcasecmp.c +++ b/libiberty/strcasecmp.c @@ -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 */ |