Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

utilstr.h

00001 /******************************************************************************
00002  *  utilstr.h   - prototypes for string utility functions
00003  *
00004  * $Id: utilstr_h-source.html,v 1.4 2001/10/05 20:45:22 mgruner Exp $
00005  *
00006  * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
00007  *      CrossWire Bible Society
00008  *      P. O. Box 2528
00009  *      Tempe, AZ  85280-2528
00010  *
00011  * This program is free software; you can redistribute it and/or modify it
00012  * under the terms of the GNU General Public License as published by the
00013  * Free Software Foundation version 2.
00014  *
00015  * This program is distributed in the hope that it will be useful, but
00016  * WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00018  * General Public License for more details.
00019  *
00020  */
00021 
00022 #ifndef UTILSTR_H
00023 #define UTILSTR_H
00024 
00027 char *stdstr (char **iistr, const char *istr);
00028 char *strstrip (char *istr);
00029 const char *stristr (const char *s1, const char *s2);
00030 const char strnicmp(const char *s1, const char *s2, int len);
00031 unsigned int strlenw(const char *s1);
00032 char *toupperstr(char *buf);
00033 
00034 /*
00035 extern "C" {
00036 int stricmp(const char *s1, const char *s2);
00037 }
00038 */
00039 #endif

Generated at Fri Oct 5 22:45:34 2001 for The Sword Project by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001