54
Default branch
(lemmy.sdf.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.
It's a joke on the "main" name vs. the
main()function. That's normally considered the entry point, but really_start()is the OG entry, used by the runtime to do setup before callingmain().I see, thanks :3
Embedded systems engineers do it in Reset_Handler