Closed tekknolagi closed 5 months ago
Turns out that enums are signed and there's no way to make them unsigned (until C23, maybe?) and the signed/not-signed comparisons are a bad idea.
Turns out that enums are signed and there's no way to make them unsigned (until C23, maybe?) and the signed/not-signed comparisons are a bad idea.