home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / string / stricmp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-08  |  792 b   |  24 lines

  1. /* Copyright (C) 1993  Hongjiu Lu
  2. This file is part of the Linux C Library.
  3.  
  4. The Linux C Library is free software; you can redistribute it and/or
  5. modify it under the terms of the GNU Library General Public License as
  6. published by the Free Software Foundation; either version 2 of the
  7. License, or (at your option) any later version.
  8.   
  9. The Linux C Library is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  12. Library General Public License for more details. */
  13.  
  14.  
  15. #include <ansidecl.h>
  16. #include <string.h>
  17.  
  18. #undef    stricmp
  19.  
  20. #include <gnu-stabs.h>
  21.  
  22. function_alias(stricmp, strcasecmp, int, (s1, s2),
  23.            DEFUN(stricmp, (s1, s2), CONST char *s1 AND CONST char *s2))
  24.