caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Jeremy Fincher" <tweedgeezer@hotmail.com>
To: <caml-list@pauillac.inria.fr>
Subject: [Caml-list] Any way to seek_in to a position > 2**30 -1?
Date: Wed, 5 Sep 2001 09:36:22 -0400	[thread overview]
Message-ID: <DAV47XfdaVB5b26rtIT0000227a@hotmail.com> (raw)

I'm writing some code that depends on being able to seek to 32 bit offsets
in files.  I can emulate this capability in O'Caml with Int32s and
Unix.file_descr, using Unix.SEEK_CUR.  I'd prefer not to depend on the Unix
module, but I can't find similar functionality with the standard in_channels
and seek_in.  Am I missing something, or must I use the Unix module?

Thanks,
Jeremy
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


                 reply	other threads:[~2001-09-05 13:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DAV47XfdaVB5b26rtIT0000227a@hotmail.com \
    --to=tweedgeezer@hotmail.com \
    --cc=caml-list@pauillac.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).