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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,235855e3822c83d1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.235.71 with SMTP id uk7mr10574501pbc.3.1334063343328; Tue, 10 Apr 2012 06:09:03 -0700 (PDT) Path: r9ni40312pbh.0!nntp.google.com!news2.google.com!postnews.google.com!i18g2000vbx.googlegroups.com!not-for-mail From: Maxim Reznik Newsgroups: comp.lang.ada Subject: Re: Importing C function with variable argument list Date: Tue, 10 Apr 2012 06:09:03 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1e87cf28-678a-4931-a983-8dd98beac0f3@i18g2000vbx.googlegroups.com> References: <610ee323-4c7f-413d-8568-aed4955f5152@z38g2000vbu.googlegroups.com> <27419261.1529.1334056979029.JavaMail.geo-discussion-forums@vbug19> NNTP-Posting-Host: 93.127.37.234 Mime-Version: 1.0 X-Trace: posting.google.com 1334063343 28911 127.0.0.1 (10 Apr 2012 13:09:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 10 Apr 2012 13:09:03 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i18g2000vbx.googlegroups.com; posting-host=93.127.37.234; posting-account=K1cP1QoAAAD_GR6kW2Td0NqGqGBLRE8h User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20100101 Firefox/10.0.1,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-04-10T06:09:03-07:00 List-Id: Interfacing with C is often unsafe, due to properties of C. Nevertheless Ada has interfacing features in standard. I'm just trying to say that these features are kind of incomplete.