2025-04-27 07:49:33 -04:00

9 lines
117 B
C

//
// strstri.h
//
char * __cdecl strstri (
const char * str1,
const char * str2
);