#include #include "example.h" int myfunction(int a,int b) { return a + b; } void printNum(int a) { printf("%i\n"); }