Browse thread
Reading 16 bit floats from stream?
[
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: | Tom <tom.primozic@g...> |
| Subject: | Re: [Caml-list] Re: Reading 16 bit floats from stream? |
val Pervasives.input_binary_int : in_channel -> int val Pervasives.read_int : unit -> int val Marshal.from_channel : in_channel -> 'a For example...