Cipherd@lemmy.ml to Programmer Humor@programming.dev · 13 hours agofunctionslemmy.mlimagemessage-square44fedilinkarrow-up1360file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1360imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 13 hours agomessage-square44fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up2·8 hours agoOr perhaps call function if you’ve got a call stack going. Nevermind that is C or something right? Otherwise it would be jmp function?
minus-squarex00z@lemmy.worldlinkfedilinkEnglisharrow-up2·5 hours agoYeah that’s C. I added the goto to put emphasis on the function being a label instead of a real function. https://www.geeksforgeeks.org/c/goto-statement-in-c/
Or perhaps
call functionif you’ve got a call stack going.Nevermind that is C or something right? Otherwise it would be
jmp function?Yeah that’s C.
I added the
gototo put emphasis on the function being a label instead of a real function.https://www.geeksforgeeks.org/c/goto-statement-in-c/