On 2024-06-15 17:05:27 +0300, stefan11111 wrote:
> What about using char's then?

char may be signed or unsigned. I would suggest unsigned char or
signed char, or better, (u)int_least8_t.

-- 
Vincent Lefèvre <vinc...@vinc17.net> - 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)

Reply via email to