#include "test.h" void sayhi(){ printf("hi so.\n"); } int max(int a, int b) { return a > b ? a : b; }