Strlcpy@1@lemmy.sdf.org to Programmer Humor@programming.dev · 6 days agoDefault branchlemmy.sdf.orgimagemessage-square23linkfedilinkarrow-up179arrow-down16
arrow-up173arrow-down1imageDefault branchlemmy.sdf.orgStrlcpy@1@lemmy.sdf.org to Programmer Humor@programming.dev · 6 days agomessage-square23linkfedilink
minus-squareStrlcpy@1@lemmy.sdf.orgOPlinkfedilinkarrow-up33·6 days 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-up5·6 days 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().I see, thanks :3
Embedded systems engineers do it in Reset_Handler