Open galibert opened 8 years ago
Why is stdio.h included at all?
@technosaurus stdio.h is needed for fread(), fwrite() and fclose().
stdio.h
fread()
fwrite()
fclose()
Why is stdio.h included at all?