Browse thread
caml_copy_string
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Romain Beauxis <toots@r...> |
| Subject: | Re: [Caml-list] caml_copy_string |
Le samedi 21 août 2010 18:30:28, Jeffrey Barber a écrit : > Is there a way to get a string from C to OCaml without the caml_copy_string > function, or is there a version that doesn't copy the string? String_val ? :-) R.