Impeccable, easily understandable code
#define STATIC_ARR_LEN(arr) (sizeof((arr)) / sizeof((arr[0])))
#define ABSBITS(val, set, mask) ((val) = (((val) | ((set) & (mask))) & (((set) & (mask)) | ~(mask))))
static int _byte_splitter(const byte input, byte bytes[2]) {
if(!bytes) WRET(EINVAL, -1, "<_byte_splitter> Error: Given null byte array",);
bytes[0] = (input & 0b11110000);
bytes[1] = (input & 0b00001111) << 4;
return 0;
}
static int _byte_enspacer(byte bytes[2]) {
if(!bytes) WRET(EINVAL, -1, "<_byte_spacer> Error: Given null byte array",);
byte tmp[2] = {0};
for(int i = 0; i < STATIC_ARR_LEN(tmp); i++) {
for(int j = 0; j < 4; j++) {
// manipulate bits accordingly. Have fun reading this in a week
ABSBITS(tmp[i], ((bytes[i] & (0b10000000 >> j))? 0b01000000 : 0b10000000) >> (j * 2), 0b11000000 >> (j * 2));
}
bytes[i] = tmp[i];
}
return 0;
}
π€―1
I swear he does it inside because otherwise how would I smell it
I lose respect for a channel when they disable reactions. However, this is far less than the respect I lose when a channel only disables "negative" reactions
π―11π6π1π₯1π1
It's so cold the air has become poisonous
I need to find my balaclava if I am to survive
Forwarded from Budy Archive (TimΓ³teo)
This media is not supported in your browser
VIEW IN TELEGRAM
WARNING
24H budy system
24H budy system
β€1π1
Forwarded from PvmpGvng
We're starting a gofundme to fund some bags of salt for society cat
Forwarded from The Porkchop Express
This media is not supported in your browser
VIEW IN TELEGRAM
π©1π1
Forwarded from π² john societycorn must die π
Thank you to everyone who donated! We've met the $6 goal!
π1π1
Forwarded from Internet Capy Machine
This media is not supported in your browser
VIEW IN TELEGRAM
Is this AI?
Internet Capy Machine
Is this AI?
No this is a vile homunculus my friend has been tinkering with
Channel name was changed to Β«DUMB SHIT MISCHIEF AND MALFEASANCE EDITIONΒ»
Forwarded from USA Kino
This media is not supported in your browser
VIEW IN TELEGRAM
the slowmo is crazy π€£
