Strlcpy@1@lemmy.sdf.org to Programmer Humor@programming.dev · 6 months agoDefault branchlemmy.sdf.orgexternal-linkmessage-square14linkfedilinkarrow-up14arrow-down11
arrow-up13arrow-down1external-linkDefault branchlemmy.sdf.orgStrlcpy@1@lemmy.sdf.org to Programmer Humor@programming.dev · 6 months agomessage-square14linkfedilink
minus-squareStrlcpy@1@lemmy.sdf.orgOPlinkfedilinkarrow-up2·6 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().
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().