574
The only way one should code C btw.
(feddit.org)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Pretty sure
druckef
should bedrucked
.printf
meansprint
(to)f
ile. "File" is valid German, but it is non-standard and "Datei" seems to be the preferred form.I could also argue that that
d
should be capitalised, but I'm already overstepping my bounds considering I know very little German.I wouldn't want to say which should take precedence between C's preference for all-lowercase keywords and functions and German's Rule to capitalise all Nouns.
Are you sure the
f
is supposed to meanfile
and notformat
, as in print a formatted string?