#include "main.h" int fortytwo() { return 42; } int add(int a, int b) { return a + b; }