Re: FFI question for Gregg
- Posted by ChrisB (moderator) Mar 06, 2023
- 1668 views
Hi Gregg
FFI's definition of allocate_string takes one parameter, and the std's definition takes two,
ffi - allocate_string(sequence string) std - allocate_string(sequence string, boolean clean)
Chris