


XmStringConcat(3X)					   XmStringConcat(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSttrriinnggCCoonnccaatt - A compound string function that appends one string to
  another

SYNOPSIS


  ##iinncclluuddee <<XXmm//XXmm..hh>>
  XXmmSSttrriinngg XXmmSSttrriinnggCCoonnccaatt ((_s_1, _s_2))
       XXmmSSttrriinngg	 _s_1;;
       XXmmSSttrriinngg	 _s_2;;

DESCRIPTION
  XXmmSSttrriinnggCCoonnccaatt copies	_s_2 to the end of _s_1 and	returns	a copy of the result-
  ing compound string.	The original strings are preserved.  The space for
  the resulting	compound string	is allocated within the	function.  After
  using	this function, free this space by calling XXmmSSttrriinnggFFrreeee.

  _s_1	 Specifies the compound	string to which	a copy of _s_2 is	appended

  _s_2	 Specifies the compound	string that is appended	to the end of _s_1

RETURN VALUE
  Returns a new	compound string.

RELATED	INFORMATION
  XXmmSSttrriinnggCCrreeaattee((33XX)) and XXmmSSttrriinnggFFrreeee((33XX)).































