Browse thread
[Caml-list] Returning a file handle from C (fopen)
-
Jeremy Cowgar
- David Brown
- Eric C. Cooper
[
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: | David Brown <caml-list@d...> |
| Subject: | Re: [Caml-list] Returning a file handle from C (fopen) |
On Tue, Sep 21, 2004 at 06:06:20PM -0400, Jeremy Cowgar wrote: > Greetings, > > I am trying to return a file handle from C. A simple Val_long does not > work, so I did some research and found something like the following: You could just return the Val_long, and use Unix.out_channel_of_descr in the ocaml world to get an ocaml channel. Dave ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners