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