windows-nt/Source/XPSP1/NT/shell/ext/hnw/shared/strstri.h
2020-09-26 16:20:57 +08:00

9 lines
109 B
C

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