ltoc (2) --- convert long integer to character string 03/23/80 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function ltoc (int, str, size) long_int int integer size character str (size) Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Ltoc' is used to convert long integers to decimal character representation. 'Int' is the long integer to be converted; 'str' is the string to receive the ASCII representation; 'size' is the size of 'str'. The function return is the number of charac- ters required to represent 'int'. 'Ltoc' duplicates the function of 'itoc' for long integers. _I_m_p_l_e_m_e_n_t_a_t_i_o_n Standard modular-arithmetic conversion. See 'itoc' for details. _A_r_g_u_m_e_n_t_s _M_o_d_i_f_i_e_d str _S_e_e _A_l_s_o other conversion routines ('cto?*' and '?*toc') (2) ltoc (2) - 1 - ltoc (2)