strlcpy@lemmy.sdf.org to Programmer Humor@programming.dev · 16 hours agoDefault branchlemmy.sdf.orgexternal-linkmessage-square20fedilinkarrow-up155arrow-down15
arrow-up150arrow-down1external-linkDefault branchlemmy.sdf.orgstrlcpy@lemmy.sdf.org to Programmer Humor@programming.dev · 16 hours agomessage-square20fedilink
minus-squarestrlcpy@lemmy.sdf.orgOPlinkfedilinkarrow-up20·15 hours 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·9 hours 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