#ifndef TEST_H #define TEST_H //I was required to write a test function as part of the project; here I test libpng. void test_png(); #endif