From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5a84d5077c54a29d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!newsfeed.straub-nv.de!uucp.gnuu.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Fri, 27 Jun 2008 16:47:14 +0200 From: Georg Bauhaus Reply-To: rm.tsoh+bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada array vs C pointer (call by reference) References: <5df91e99-a972-48f7-b466-3eb05dc0a915@m3g2000hsc.googlegroups.com> <4864fc92$0$6617$9b4e6d93@newsspool2.arcor-online.net> In-Reply-To: <4864fc92$0$6617$9b4e6d93@newsspool2.arcor-online.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4864fd75$0$6617$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 27 Jun 2008 16:47:17 CEST NNTP-Posting-Host: 7880a8b2.newsspool2.arcor-online.net X-Trace: DXC=N11EkSFY3EElU`@c^jLCbJA9EHlD;3YcB4Fo<]lROoRA8kFejVH0<[X^1Zg>Y@bBUf_Fc6 Georg Bauhaus wrote: > Maciej Sobczak wrote: >> Is there any implementation where Interfaces.C.int has different >> properties than Integer? > begin > X := C.int'last; > X := X + 1; > end; OK, no C side here, but I think you get the point.