lq-text: LQU_StringContainedIn

API int LQU_StringContainedIn (ShortString, LongString) CONST char *ShortString; CONST char *LongString;

Purpose

Determines whether the given ShortString is contained anywhere in the LongString, and, if so, returns non-zero.

Returns

Notes

See strstr for a more efficient way to do this. Some Unix systems do not have strstr, though.