strlcpy@lemmy.sdf.org to Programmer Humor@programming.dev · 1 day agoDefault branchlemmy.sdf.orgexternal-linkmessage-square21fedilinkarrow-up163arrow-down16
arrow-up157arrow-down1external-linkDefault branchlemmy.sdf.orgstrlcpy@lemmy.sdf.org to Programmer Humor@programming.dev · 1 day agomessage-square21fedilink
minus-squarestrlcpy@lemmy.sdf.orgOPlinkfedilinkarrow-up22·1 day agoIt’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().
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up3·1 day agoEmbedded systems engineers do it in Reset_Handler
What? Why an underscore?
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().Embedded systems engineers do it in Reset_Handler
I see, thanks :3