On Tue, Jun 11, 2019 at 10:12:19AM -0400, Phil Auld wrote: > That looks reasonable to me. > > Out of curiosity, why not bool? Is sizeof bool architecture dependent?
Yeah, sizeof(_Bool) is unspecified and depends on ABI. It is mostly 1, but there are known cases where it is 4.