header.h [code] | Main header file which specifies arguments for the program |
main.c [code] | This chunk of source code controls the NST using functions from utilities.c ; function prototypes are in header.h |
utilities.c [code] | See documentation of header.h - this file contains source code only, with function prototypes in header.h |