Comment on I am just silly
0x0@lemmy.dbzer0.com 2 days agoSounds like a stray photon flipper your sign bit on. You can flip it back with this:
num_milks ^= 1 << (sizeof(num_milks) * 8 - 1);
Comment on I am just silly
0x0@lemmy.dbzer0.com 2 days agoSounds like a stray photon flipper your sign bit on. You can flip it back with this:
num_milks ^= 1 << (sizeof(num_milks) * 8 - 1);