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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8b0d028e57f221d4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-06 08:05:29 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!skynet.be!skynet.be!newsgate.cistron.nl!news2.euro.net!newsfeed2.fi.sn.net!fi.sn.net!newsfeed1.fi.sn.net!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Trying to import a C function Date: Thu, 6 Nov 2003 16:05:28 +0000 (UTC) Organization: PVV Message-ID: References: NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1068134728 29796 129.241.83.82 (6 Nov 2003 16:05:28 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 6 Nov 2003 16:05:28 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:2148 Date: 2003-11-06T16:05:28+00:00 List-Id: On 2003-11-06, Lutz Donnerhacke wrote: > * Preben Randhol wrote: >> Now what is the equivalent of unsigned long long int in Ada? > > type ulonglong is mod 2**64; Thanks >> System: Debian GNU/Linux on i686 > > type dev_t is new ushort; Isn't dev_t a ulonglong? -- "Saving keystrokes is the job of the text editor, not the programming language."