Strlcpy@1@lemmy.sdf.org to Programmer Humor@programming.dev · 3 months agoDefault branchlemmy.sdf.orgimagemessage-square21linkfedilinkarrow-up126arrow-down11
arrow-up125arrow-down1imageDefault branchlemmy.sdf.orgStrlcpy@1@lemmy.sdf.org to Programmer Humor@programming.dev · 3 months agomessage-square21linkfedilink
minus-squareStrlcpy@1@lemmy.sdf.orgOPlinkfedilinkarrow-up8·3 months 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-up1·3 months agoEmbedded systems engineers do it in Reset_Handler
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