RNAi [he/him] to chapotraphouse • edit-25 hours agoThere's once again a dang cheeto in the White Housemessage-squaremessage-square17 fedilinkarrow-up176
arrow-up176message-squareThere's once again a dang cheeto in the White HouseRNAi [he/him] to chapotraphouse • edit-25 hours agomessage-square17 Commentsfedilink
minus-squarePaX [comrade/them, they/them]Mhexbear5·10 hours ago char* whitehouse = { 'C', 'H', 'E', 'E', 'T', 'O' }; link
minus-squarePaX [comrade/them, they/them]Mhexbear1·edit-25 hours agoIt's C but looking at it again I fucked up the array initializer syntax I think lol I always forget it for some reason I meant to say char whitehouse[] = { 'C', 'H', 'E', 'E', 'T', 'O' }; link
char* whitehouse = { 'C', 'H', 'E', 'E', 'T', 'O' };
What language is that?
It's C but looking at it again I fucked up the array initializer syntax I think lol
I always forget it for some reason
I meant to say
char whitehouse[] = { 'C', 'H', 'E', 'E', 'T', 'O' };