#pragma once #if __cplusplus extern "C" { #endif #include "../Hashtable/KeyValuePair.h" KeyValuePair test_marshalling(char* text); #if __cplusplus } #endif