c$end (6) --- clean up after statement count run 03/25/82 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine c$end Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'C$end' is called from Ratfor programs that have been processed with the "-c" (statement count) option. Calls to 'c$end' are planted before each 'stop' statement in the program. 'C$end' simply writes out the statement count array to the file "_st_count" for later processing. _I_m_p_l_e_m_e_n_t_a_t_i_o_n The statement count array in common block 'c$stc' is written (by repeated calls to 'print') to the file "_st_count". _C_a_l_l_s create, cant, print, close _S_e_e _A_l_s_o c$incr (6), rp (1) c$end (6) - 1 - c$end (6)