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,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,be5ce9f41ac56f51 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.238.65 with SMTP id vi1mr9533982pbc.7.1338787838942; Sun, 03 Jun 2012 22:30:38 -0700 (PDT) Path: l9ni17643pbj.0!nntp.google.com!news1.google.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Low_Level_IO, what is it? Date: Mon, 04 Jun 2012 07:29:29 +0200 Organization: Ada @ Home Message-ID: References: NNTP-Posting-Host: Dd9R6puHiTvzf2FllTJGfQ.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/12.00 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2012-06-04T07:29:29+02:00 List-Id: Le Sun, 03 Jun 2012 17:59:59 +0200, Dennis Lee Bieber = a =C3=A9crit: > On Sun, 3 Jun 2012 08:04:05 -0700 (PDT), heresy-me@hotmail.com declaim= ed > the following in comp.lang.ada: > >> Low_Level_IO, a Ada package name that I saw in some older Ada book.Bu= t >> I cannot found it in Ada12 Reference. >> What is Low_Level_IO? > > Most likely a description of an "idealized" interface to machine > specific I/O operations, intended for use in an pure Ada run-time -- > instead of the more common POSIX/C run-time bindings (as used by GNAT)= > on top of a full OS. > > Ah, yes... Ada 83 > http://archive.adaic.com/docs/style-guide/83style/html/sty-07-07.html#= 7.7.4 A further link gives its incomplete definition: package LOW_LEVEL_IO is -- declarations of the possible types for DEVICE and DATA; -- declarations of overloaded procedures for these types: procedure SEND_CONTROL (DEVICE : device_type; DATA : in out = data_type); procedure RECEIVE_CONTROL (DEVICE : device_type; DATA : in out = data_type); end; Also, the casing is funny. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [1] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [1] [1]: Epigrams on Programming =E2=80=94 Alan J. =E2=80=94 P. Yale Univers= ity