Browse thread
memory leak in C snippet?
-
Lodewijk Voge
-
Matthieu Brucher
- Lodewijk Voge
-
Jon Harrop
- Lodewijk Voge
-
Matthieu Brucher
[
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: | Lodewijk Voge <lodewijk@r...> |
| Subject: | Re: [Caml-list] memory leak in C snippet? |
On 31-dec-04, at 16:10, Jon Harrop wrote:
>>> CAMLprim value bar(value unit) {
> What is the ocaml type of this function?
external bar: unit -> Unix.inet_addr * unit = "bar"
Lodewijk