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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,442eb9212004f30 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news1.google.com!news.glorb.com!wn13feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: Problem using Ada.Text_IO.Modular_IO Reply-To: anon@anon.org (anon) References: <4eab7055-df3d-4d56-87da-8248829da1da@26g2000hsk.googlegroups.com> X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Thu, 10 Jul 2008 07:25:11 GMT NNTP-Posting-Host: 12.64.102.139 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1215674711 12.64.102.139 (Thu, 10 Jul 2008 07:25:11 GMT) NNTP-Posting-Date: Thu, 10 Jul 2008 07:25:11 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:1075 Date: 2008-07-10T07:25:11+00:00 List-Id: It is easy to use and is tested and verified to work! To name one to two reasons! In , Adam Beneschan writes: >On Jul 9, 5:48 pm, a...@anon.org (anon) wrote: >> Your code works fine for me, but using the Interfaces package is a >> more standardize: for unsigned 64-bits >> >> -- >> -- test.adb >> -- >> with ada.text_io ; >> use ada.text_io ; >> >> with Interfaces ; -- Defines Unsigned_64 >> use Interfaces ; > >But why would he want to use Interfaces if he's not interfacing to >anything? > > -- Adam >