OSDN Git Service

* configure.in (MAKEINFO, PERL): Detect these.
[pf3gnuchains/gcc-fork.git] / libiberty / strncasecmp.c
index 4485cac..8ff06ed 100644 (file)
  * is provided ``as is'' without express or implied warranty.
  */
 
+/*
+  
+@deftypefn Supplemental int strncasecmp (const char *@var{s1}, const char *@var{s2})
+
+A case-insensitive @code{strncmp}.
+
+@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 */