Closed teodutu closed 1 month ago
The solution now has the complete solution with comments both for puthcar_() and for using sprintf() + write() instead of printf().
puthcar_()
sprintf()
write()
printf()
Prerequisite Checklist
Description of changes
The solution now has the complete solution with comments both for
puthcar_()
and for usingsprintf()
+write()
instead ofprintf()
.