/************************************************************
**
** Application: CJLib
**
** Title:       h.string
**
*************************************************************/

#ifndef STRING___H
#define STRING___H




/* exported variables */


/* exported functions */
extern int strcmp_ignorecase ( char *s1, char *s2 );

#endif






