Would you like signs with those chars?
Would you like signs with those chars?
Posted Oct 26, 2022 8:27 UTC (Wed) by geert (subscriber, #98403)In reply to: Would you like signs with those chars? by daniel.glasser
Parent article: Would you like signs with those chars?
> Adopting this sort of thing in the kernel at this stage would likely be a herculean task, but for any new software project in C it is trivial to standardize on using typedefs with explicit properties (signed/unsigned, width) where the built-in C types may vary between targets.
Fortunately that herculean task has already been completed, using {,__}[us]{8,16,32,64}.
