From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 06CCEBC57 for ; Sun, 22 Aug 2010 01:41:12 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq0EAHIAcEzV+668/2dsb2JhbACTH44GuieFNwSENQ X-IronPort-AV: E=Sophos;i="4.56,248,1280700000"; d="scan'208";a="68062803" Received: from rastageeks.org (HELO mail.rastageeks.org) ([213.251.174.188]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 22 Aug 2010 01:41:11 +0200 Received: from leonard.localnet (ip174-70-125-221.no.no.cox.net [174.70.125.221]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.rastageeks.org (Postfix) with ESMTPSA id A36B43CAA8 for ; Sun, 22 Aug 2010 01:56:30 +0200 (CEST) From: Romain Beauxis To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] caml_copy_string Date: Sat, 21 Aug 2010 18:42:37 -0500 User-Agent: KMail/1.13.5 (Linux/2.6.32-4-amd64; KDE/4.4.5; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201008211842.37741.toots@rastageeks.org> X-Spam: no; 0.00; ocaml:01 val:01 28,:98 caml-list:01 caml:02 caml:02 string:02 string:02 ecrit:06 function:08 doesn't:12 version:13 2010:83 there:18 there:18 Le samedi 21 ao=FBt 2010 18:30:28, Jeffrey Barber a =E9crit : > Is there a way to get a string from C to OCaml without the caml_copy_stri= ng > function, or is there a version that doesn't copy the string? String_val ? :-) R.