Browse thread
[Caml-list] Modifying ocaml global values from C
- Jonathan Roewen
[
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: | 2005-12-21 (10:41) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] Modifying ocaml global values from C |
Hi, Is it possible to register an ocaml value with Callback module, then retrieve it in C and do an in-place modification of it? Or do I have to use an external function, passing it the value to modify? Jonathan