9 lines
109 B
C
9 lines
109 B
C
//
|
|
// strstri.h
|
|
//
|
|
|
|
char * __cdecl strstri (
|
|
const char * str1,
|
|
const char * str2
|
|
);
|