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-Thread: 103376,235855e3822c83d1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.131.75 with SMTP id w11mr1071536bks.0.1334056979456; Tue, 10 Apr 2012 04:22:59 -0700 (PDT) Path: h15ni107399bkw.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Patrick Newsgroups: comp.lang.ada Subject: Re: Importing C function with variable argument list Date: Tue, 10 Apr 2012 04:22:59 -0700 (PDT) Organization: http://groups.google.com Message-ID: <27419261.1529.1334056979029.JavaMail.geo-discussion-forums@vbug19> References: <610ee323-4c7f-413d-8568-aed4955f5152@z38g2000vbu.googlegroups.com> NNTP-Posting-Host: 70.51.153.250 Mime-Version: 1.0 X-Trace: posting.google.com 1334056979 27588 127.0.0.1 (10 Apr 2012 11:22:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 10 Apr 2012 11:22:59 +0000 (UTC) In-Reply-To: <610ee323-4c7f-413d-8568-aed4955f5152@z38g2000vbu.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.51.153.250; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-04-10T04:22:59-07:00 List-Id: Hi Maxim. Warning I am just learning myself... but I have read that Ada does not have variable arguments due to it's unsafeness. Here is a document I found, it might help: http://pihtt.free.fr/secure/L3/x11ada_v1.30/doc/interf4.ps Please search for Ada, Printf, unsafe, for more information. Have a great day-Patrick