#include "test_funcs.h" #include #include "test.h" int main(int argc, char const *argv[]) { printf("start c test\r\n"); hello(); run_ring_queue_test(argc, argv); return 0; }