this post was submitted on 28 Nov 2025
79 points (92.5% liked)

Programmer Humor

32824 readers
675 users here now

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.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] HappyFrog@lemmy.blahaj.zone 12 points 8 months ago (1 children)
[–] strlcpy@lemmy.sdf.org 34 points 8 months ago (2 children)

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 calling main().

[–] HappyFrog@lemmy.blahaj.zone 8 points 8 months ago

I see, thanks :3

[–] SpaceNoodle@lemmy.world 5 points 8 months ago

Embedded systems engineers do it in Reset_Handler