On Tue Aug 8 03:04:43 2023 +0000, Jeffrey Smith wrote:
Totally agree with the helper. Agree to disagree on readability. Actually I generally favor chunking (done with _ in some programming languages) over exponential notation, but C obviously doesn't have that.
You can actually use `10'000'000` in C... C23, but wine cares about supporting platforms that aren't on C23 yet.