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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: What is a byte? Date: Wed, 30 Jul 2014 08:47:01 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="f008dfb2a20cab2735f9b6a28e892fd7"; logging-data="11851"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18X6dBNVz8XL9faO3LQO2TwDTQseVFrmpw=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:Yu617N16L+UpmhoVHQySWUe526U= sha1:Zcgo5xrM2huWkbdpSXpXIP+YlVc= Xref: news.eternal-september.org comp.lang.ada:21346 Date: 2014-07-30T08:47:01+01:00 List-Id: Simon Wright writes: > If the C function takes a char, you should specify Interfaces.C.char. Perhaps this should be [un]signed_char, if the numeric values are important. The ARM says type char is ; and GNAT has type char is new Character;