@[email protected] to Programmer [email protected]English • 1 year agothisIsGoingToBeASeriousDebateprogramming.devimagemessage-square41fedilinkarrow-up1304arrow-down134
arrow-up1270arrow-down1imagethisIsGoingToBeASeriousDebateprogramming.dev@[email protected] to Programmer [email protected]English • 1 year agomessage-square41fedilink
minus-square@[email protected]linkfedilink4•1 year agoWhy do you call write() for every char? You can always just pass a pointer with its length.
Why do you call write() for every char? You can always just pass a pointer with its length.
I am not skilled enough to do that ngl