1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2025-02-07 02:30:14 -05:00
gc_n64_usb-v3/tool/strcasestr.h
2015-11-16 22:18:46 -05:00

7 lines
136 B
C

#ifndef _strcasestr_h__
#define _strcasestr_h_-
char *strcasestr(const char *haystack, const char *needle);
#endif // _strcasestr_h__