lsmake (4) --- convert contiguous string to linked string 01/03/83 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n pointer function lsmake (ptr, str) pointer ptr character str (ARB) Library: vlslb _F_u_n_c_t_i_o_n The contiguous string in 'str' is copied into the linked string space and a pointer to the string is returned both in 'ptr' and as the function value. _I_m_p_l_e_m_e_n_t_a_t_i_o_n A new string is allocated with the same length as 'str' via a call to 'lsallo'. Characters are then copied into the string using 'lsputc'. _A_r_g_u_m_e_n_t_s _M_o_d_i_f_i_e_d ptr _C_a_l_l_s length, lsallo, lsputc _B_u_g_s Locally supported. _S_e_e _A_l_s_o lsextr (4) lsmake (4) - 1 - lsmake (4)