XmStringHasSubstring (3) Linux Manual Page
XmStringHasSubstring — A compound string function that indicates whether one compound string is contained within another
Synopsis
#include <Xm/Xm.h>
Boolean XmStringHasSubstring(
XmString string,
XmString substring);
Description
XmStringHasSubstring indicates whether or not one compound string is contained within another.- string
- Specifies the compound string to be searched
- substring
- Specifies the compound string to be searched for
