Reads integer matrix from file into dynamically allocated 2D array, using first line of file to determine columns and rows, then prints matrix to console.
michaelgosling/C-FileIO-DynamicArrays
Reads file contents into dynamically allocated array and prints to console.
C