1 2 3 4 5 6 7 8 9 10 11
#ifndef MP_TESTS_H #define MP_TESTS_H #include <stdarg.h> #include <stddef.h> #include <setjmp.h> #include <cmocka.h> #include <stdio.h> #endif