1 2 3 4 5 6 7
#include "include/cmTest.h" #include <stdio.h> void cmTestFunc(void) { printf ("Hello\n"); }