Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 6 months agovoid *sh.itjust.worksexternal-linkmessage-square6fedilinkarrow-up18arrow-down10
arrow-up18arrow-down1external-linkvoid *sh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 6 months agomessage-square6fedilink
minus-squareneo@lemy.lollinkfedilinkarrow-up0·6 months agoSo, when I want the void to point back at me, do I have to loop over void* or over NULL? And how many iterations?
minus-squareProgrammer Belch@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·6 months agoFor the void to point back at you just dereference the NULL pointer
So, when I want the void to point back at me, do I have to loop over void* or over NULL?
And how many iterations?
For the void to point back at you just dereference the NULL pointer