6 lines
No EOL
64 B
C++
6 lines
No EOL
64 B
C++
#include "ffi.hpp"
|
|
|
|
void __free(uint8_t* ptr)
|
|
{
|
|
free(ptr);
|
|
} |