Caleb Ziegler's Movingaverage Code
main.c is the operational part of the code that calls the functions, inputs values into those functions, and displays outputs to those functions
L22_header.h is the header file for the Movingaverage code and creates the prototypes for the functions
L22_imp.c is the implementation for the Movingaverage functions as defined in the L22_header.h