stristr.h   [plain text]


/* stristr.h -- locate a substring case-insensitively
 */

/* $Id: stristr.h,v 1.5 2005/03/05 00:37:19 dasenbro Exp $ */

#ifndef INCLUDED_STRISTR_H
#define INCLUDED_STRISTR_H

extern char *stristr(const char *haystack, const char *needle);

#endif /* INCLUDED_STRISTR_H */