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