integer buffer
This assignment uses struct, pointers, a .h header file, and two .c code files.
This assignment builds on work done on arrays in earlier assignments. In the earlier assignments, we created the array, filled the array with values, printed the array, wrote and read the array values to and from a file, and even computed some statistics about the values in the array.