To pass a 2d array to a function with the array inline, I can do the following:
print_arr2((int[2][3]) {{1,2,3}, {3,6,9}}, 2); print_arr2((int[][3]) {{1,2,3}, {3,