grbc/example/test.c

6 lines
101 B
C

#include "test.h"
#include <stdio.h>
void test_function() {
printf("void test_function();\n");
}