merge from gcc
[deliverable/binutils-gdb.git] / libiberty / strncasecmp.c
index 4485cac7a6a2211727d36c3f3573e916c34fa7ce..8ff06edefc44155beddc045c459c6aa9e3e3c7f6 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 */
This page took 0.024288 seconds and 4 git commands to generate.