void regress_test_array_int_out int* n_ints int** ints regress_test_array_int_out void regress_test_array_int_out (int* n_ints, int** ints); <code>n_ints</code>

the length of ints

<code>ints</code>

a list of 5 integers, from 0 to 4 in consecutive order

<code>Returns</code>