7
tbodt
7y

Was watching a dev stream on twitch and noticed the following code on screen:

if (blah blah blah) {
int fuck = 0;
mysql_blah_blah(blah, blah, &fuck);
}

Comments
Add Comment