#ifndef FUNCTIONS_H_INCLUDED #define FUNCTIONS_H_INCLUDED int add(int a, int b) { return a + b; } #endif