libkernaux/tests/helper.h

15 lines
181 B
C

#ifndef KERNAUX_INCLUDED_TESTS_HELPER
#define KERNAUX_INCLUDED_TESTS_HELPER
#ifdef __cplusplus
extern "C" {
#endif
void setup_assert_abort();
#ifdef __cplusplus
}
#endif
#endif