#ifndef EXAMPLE_H #define EXAMPLE_H #include int add(int a, int b); void print_message(); #endif // EXAMPLE_H