c$init (6) --- initialize for a statement count run 04/06/82 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine c$init _F_u_n_c_t_i_o_n 'C$init' is called at the beginning of the main program in Ratfor programs that have been processed with the "-c" (statement count) option of 'rp'. It initializes the statement count array for statement count processing. 'C$init' is inserted into the Fortran output as inline code, rather than being referenced from the standard Subsystem library. As such, it can never be accessed by the user unless the "-c" option is specified (even then, it should not be called by the user, since the statement counts will be erroneously modified). _I_m_p_l_e_m_e_n_t_a_t_i_o_n A Fortran dddooo lllooooooppp is used to initialize all of the elements in the statement count array to zero. _S_e_e _A_l_s_o c$end (6), c$incr (6), rp (1) c$init (6) - 1 - c$init (6)