lsjoin (4) --- join two linked strings 03/23/80 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n pointer function lsjoin (ptr1, ptr2) pointer ptr1, ptr2 Library: vlslb _F_u_n_c_t_i_o_n The string specified by 'ptr2' is concatenated to the end of the string specified by 'ptr1'. A pointer to the resulting string is returned in 'ptr1' and as the function value. 'Ptr2' ceases to be a valid pointer. _I_m_p_l_e_m_e_n_t_a_t_i_o_n The string specified by 'ptr1' is positioned to its end. Then the EOS character in the first string is replaced by 'ptr2' + 300, thus linking the second string to the first. _C_a_l_l_s lspos _B_u_g_s Locally supported. _S_e_e _A_l_s_o lscut (4), lsins (4) lsjoin (4) - 1 - lsjoin (4)