D
Deno
FFI: How to pass a pointer to a char pointer? - Deno
L
Deno
•
3y ago
•
67 replies
Leokuma
FFI: How to pass a pointer to a char pointer?
How can I pass a pointer to a char pointer in order to use the C function below via FFI
?
my_func(char **strp)
my_func(char **strp)
The external library is supposed to write a string to that buffer
, and then Deno reads its content
Next page
Similar Threads
Pass string to struct FFI
H
Hiro / help
4y ago
FFI Difference between buffer and pointer
J
javi / help
4y ago