#pragma once #ifdef __cplusplus extern "C" { #endif extern int testFunctionCounter; int testFunction(); #ifdef __cplusplus } #endif