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: a07f3367d7,4f349758c918a275 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.189.75 with SMTP id dd11mr2848668qab.6.1347028188539; Fri, 07 Sep 2012 07:29:48 -0700 (PDT) Received: by 10.52.23.145 with SMTP id m17mr955801vdf.0.1347028188515; Fri, 07 Sep 2012 07:29:48 -0700 (PDT) Path: da15ni12456543qab.0!nntp.google.com!b19no4131057qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 7 Sep 2012 07:29:48 -0700 (PDT) In-Reply-To: <1nh8kazthkfkx.wahq74dz8xgx.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.230.82.82; posting-account=vICoKAoAAACvprQdoU1Fu4jhuX0G_mBQ NNTP-Posting-Host: 2.230.82.82 References: <87cbc5e6-d44a-401f-ba40-d5cd00d29398@googlegroups.com> <1nh8kazthkfkx.wahq74dz8xgx.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <12b443cd-0781-4163-b617-babd30d11142@googlegroups.com> Subject: Re: Ada bindings for filesystems From: alb348@gmail.com Cc: mailbox@dmitry-kazakov.de Injection-Date: Fri, 07 Sep 2012 14:29:48 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-09-07T07:29:48-07:00 List-Id: On Friday, September 7, 2012 4:13:42 PM UTC+2, Dmitry A. Kazakov wrote: > ARM B.3 is all you need, assuming that OS interfaces are in C. It is 2-3 > API functions you have to import plus some constants to declare. 1-2 hours > of work... Could you please provide a link to ARM B.3? My Google search turnep unclear results... Also, will the output of this tool be usable directly from within Ada programs? Or will some external interfaces/dependencies still be required? Thanks again.