I think stdlib should have printf() and fprintf() with C-style formatting

Uh-oh, bad news for my CHIP8 emulator, which relies on overflow in some of the instructions. I better turn on the -fwrapv flag with GCC.

1 Like