On 27 July 2016 at 01:30, Andre Nathan <[email protected]> wrote: > Is there a way to copy an OCaml string into the buffer with stock a Ctypes or > is memcpy the way to go here?
I recommend using memcpy here. _______________________________________________ Ctypes mailing list [email protected] http://lists.ocaml.org/listinfo/ctypes
