owntone-server/src/strcasestr.h

7 lines
111 B
C
Raw Normal View History

2004-03-08 14:21:03 -05:00
#ifndef _STRCASESTR_H_
#define _STRCASESTR_H_
extern char * strcasestr(char* haystack, char* needle);
#endif