10 lines
146 B
C
10 lines
146 B
C
#include "test_funcs.h"
|
|
#include <stdio.h>
|
|
|
|
int main(int argc, char const *argv[])
|
|
{
|
|
printf("start c test\r\n");
|
|
hello();
|
|
return 0;
|
|
}
|