Sha256: 12aff6c9dc84c8f8ac413e6c7cf73583f2210a48878fbfe6573aaa40bc6cb901
Contents?: true
Size: 219 Bytes
Versions: 18
Compression:
Stored size: 219 Bytes
Contents
#include "stdafx.h" #include "StringHelper.h" extern "C" { __declspec ( dllexport ) void String_CleanUp(const char* strings[], const int numberOfStrings) { StringHelper::FreeUp(strings, numberOfStrings); } }
Version data entries
18 entries across 18 versions & 1 rubygems