/* file: ./test.h */ /* make sure this file is only included once */ #ifndef __TEST #define __TEST /* system include files */ #include /* local include files */ #include "./test_functions.h" /* important definitions */ #define PROGRAM_NAME "computer assignment 0" /* end of file */ #endif