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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3ce5636289df1f84 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-09 09:54:07 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsxfer.eecs.umich.edu!news.bu.edu!acs5.bu.edu!ddutheza From: Didier Utheza Newsgroups: comp.lang.ada Subject: Re: pointer in C & in Ada Date: Thu, 9 Aug 2001 12:54:04 -0400 Organization: Boston University Message-ID: References: <86772402.0108071439.1c3e1e40@posting.google.com> <87r8umlx13.fsf@deneb.enyo.de> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news3.bu.edu 997376046 1470 128.197.153.50 (9 Aug 2001 16:54:06 GMT) X-Complaints-To: news@bu.edu In-Reply-To: <87r8umlx13.fsf@deneb.enyo.de> Xref: archiver1.google.com comp.lang.ada:11693 Date: 2001-08-09T12:54:04-04:00 List-Id: Thanks for the information. My guess is that is usefull for interfacing with C that uses it for anything. On Wed, 8 Aug 2001, Florian Weimer wrote: > Didier Utheza writes: > > > About Ada95, like you I am in the vague. My guess is that it is not > > possible in pure Ada, > > You can use chars_ptr instead. It is guaranteed to have the same > representation as void * in C (not by the Ada standard, but by the C > standard). > >