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