home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / tulp-3.0.3 / part01 / str.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-15  |  476 b   |  20 lines

  1. /* $Id: str.h,v 1.1 92/05/23 14:06:53 kim Exp $
  2.  *
  3.  *  Copyright (C) 1991,1992  Kimmo Suominen, Christophe Wolfhugel
  4.  *
  5.  *  Please read the files COPYRIGHT and AUTHORS for the extended
  6.  *  copyrights refering to this file.
  7.  *
  8.  * $Log:    str.h,v $
  9.  * Revision 1.1  92/05/23  14:06:53  kim
  10.  * External definitions from str.c
  11.  * 
  12.  */
  13.  
  14. extern int strspacecmp(char*, char*);
  15.  
  16. #ifdef NEED_STRCASE
  17. extern int strcasecmp(char*, char*);
  18. extern int strncasecmp(char*, char*, int);
  19. #endif
  20.