mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
7 lines
111 B
C
7 lines
111 B
C
#ifndef _STRCASESTR_H_
|
|
#define _STRCASESTR_H_
|
|
|
|
extern char * strcasestr(char* haystack, char* needle);
|
|
|
|
#endif
|