chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] bind egg: uint8_t


From: Sven Hartrumpf
Subject: Re: [Chicken-users] bind egg: uint8_t
Date: Thu, 17 Jan 2019 07:34:57 +0100 (CET)

Hi Evan.

Evan, 2019-01-16 08:54:
> Basic support for [u]int8_t has been added to bind 1.2.4. These map to
> the [unsigned-]byte FFI types. Note that this means they will not check
> for overflowing values but will be truncated instead, per the warning
> here: http://api.call-cc.org/5/doc/foreign/types#def:byte. You mentioned
> you aren't accessing those struct members so hopefully this won't be a
> problem for you.
> 
> If the new version doesn't work properly for you please hit the list
> again and I'll try to help. Otherwise, enjoy!

Thanks a lot!
This version works for my project.

Ciao
Sven



reply via email to

[Prev in Thread] Current Thread [Next in Thread]