lsputf (4) --- write an arbitrarily long linked string 03/23/80 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine lsputf (ptr, fd) pointer ptr file_des fd Library: vlslb _F_u_n_c_t_i_o_n The linked string specified by 'ptr' is written to the file described by 'fd'. _I_m_p_l_e_m_e_n_t_a_t_i_o_n A section of the string no more than MAXLINE characters in length is extracted using 'lsextr' and written to the file with 'putlin'. The section just extracted is skipped over with a call to 'lspos' and the process is repeated until the EOS is encountered. _C_a_l_l_s lsextr, lspos, putlin _B_u_g_s Locally supported. _S_e_e _A_l_s_o lsgetf (4) lsputf (4) - 1 - lsputf (4)