Re: your mail
On 2014-06-23 10:47:44 -0400, Michel Hack wrote:
> My point was that C signed char is the smallest standard "small integer"
> type that I know. I would like decorations to be representable by any
> language's "small integer" datatype, whatever it is called.
In C, you have _Bool (for booleans), which is also an integer type
and can contain only 2 values.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)