1 2 3 4 5 6 7 8
#ifndef _AL_ARRAY_TESTS_H #define _AL_ARRAY_TESTS_H #include <al/types.h> bool array_tests_run(void); #endif // _AL_ARRAY_TESTS_H