cm0002@lemmy.world to Programmer Humor@programming.dev · 11 days agounsafeCodelemmy.mlimagemessage-square13fedilinkarrow-up1237arrow-down113cross-posted to: programmerhumor@lemmy.ml
arrow-up1224arrow-down1imageunsafeCodelemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 11 days agomessage-square13fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareLucy :3@feddit.orglinkfedilinkarrow-up9arrow-down8·11 days agoShould ≠ Needs to You can do it, and it will work, but it’s unclean and not best-practice. I wouldn’t be surprised if it’s undefined behaviour.
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up21·11 days agoJust to clarify. It is defined behavior - there’s plenty of undefined behavior in C but that ain’t one of them.
Should ≠ Needs to
You can do it, and it will work, but it’s unclean and not best-practice. I wouldn’t be surprised if it’s undefined behaviour.
Just to clarify. It is defined behavior - there’s plenty of undefined behavior in C but that ain’t one of them.