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