windows-nt/Source/XPSP1/NT/shell/ext/hnw/shared/strstri.h

9 lines
109 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// strstri.h
//
char * __cdecl strstri (
const char * str1,
const char * str2
);