Windows2003-3790/shell/ext/hnw/shared/strstri.h
2020-09-30 16:53:55 +02:00

9 lines
117 B
C

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