#pragma once #ifdef __cplusplus extern "C" { #endif int add_numbers(int a, int b); #ifdef __cplusplus } #endif