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