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

the length of ints

<code>ints</code>

a list of integers whose items will be increased by 1, except the first that will be dropped

<code>Returns</code>