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,c9d5a58661b62268,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m7g2000cwm.googlegroups.com!not-for-mail From: "evangeli@cnam.fr" Newsgroups: comp.lang.ada Subject: a question on basic types of interfaces.C Date: 23 Nov 2006 04:12:44 -0800 Organization: http://groups.google.com Message-ID: <1164283964.323817.256290@m7g2000cwm.googlegroups.com> NNTP-Posting-Host: 163.173.48.11 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1164283969 3481 127.0.0.1 (23 Nov 2006 12:12:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Nov 2006 12:12:49 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); fr; rv:1.8.0.8) Gecko/20060911 SUSE/1.5.0.8-0.2 Firefox/1.5.0.8,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 cache2.cnam.fr:3128 (squid/2.5.STABLE5) Complaints-To: groups-abuse@google.com Injection-Info: m7g2000cwm.googlegroups.com; posting-host=163.173.48.11; posting-account=5dlFbAwAAAAf9N8cARqQjYujaztxzGdq Xref: g2news2.google.com comp.lang.ada:7663 Date: 2006-11-23T04:12:44-08:00 List-Id: hello, there are some points regarding Interfaces.C that I want to be sure of if I consider Interfaces.C and are the following assertions always valid : Interfaces.C.int'first = INT_MIN Interfaces.C.int'last = INT_MAX Interfaces.C.short'first = SHRT_MIN Interfaces.C.short'last = SHRT_MAX Interfaces.C.int'size = sizeof(int) * CHAR_BIT thanks