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.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,91fb0c338516ed9,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail From: "Chuck" Newsgroups: comp.lang.ada Subject: Getting length of array from C Date: 31 Jan 2005 20:16:21 -0800 Organization: http://groups.google.com Message-ID: <1107231381.627097.52490@c13g2000cwb.googlegroups.com> NNTP-Posting-Host: 68.39.120.200 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1107231385 24584 127.0.0.1 (1 Feb 2005 04:16:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 1 Feb 2005 04:16:25 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=68.39.120.200; posting-account=ZbJ9QA0AAACV4_cA0UHliRmUX1X_UsnT Xref: g2news1.google.com comp.lang.ada:8099 Date: 2005-01-31T20:16:21-08:00 List-Id: Is there some way of getting an ada array length from C interface code? I have to try and accomplish this while minimizing the number of changes to the original Ada code. Any ideas? Thanks, Chuck