kerep/tests/test_marshalling.h
2022-03-21 23:20:24 +03:00

13 lines
171 B
C

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