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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e289b5ceae0f39c3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-22 07:43:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!demon!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Binding to C Date: Mon, 21 Jul 2003 22:02:39 +0200 Organization: AdaCL Message-ID: <13934627.ulbWRIerNL@linux1.krischik.com> References: Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1058884834 01 19088 -XZFVQqESIY+nN 030722 14:40:34 X-Complaints-To: usenet-abuse@t-online.de X-ID: SXnKgwZFgeXgBQYvi2MDDFKMUVs-Aa73ITY5XUDqUPhJsrdd9AxQcq User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:40642 Date: 2003-07-21T22:02:39+02:00 List-Id: chris wrote: > Hi, > > I came across the following in libjpeg... what should I map it to? > > const char* const* jpeg_message_table const works to the left unless it comes first. So: (const char) (* const)* jpeg_message_table Try: type jpeg_message is access constant character; type jpeg_message_table is access constant jpeg_message; > With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com