Comment by lucianbr

7 months ago

> since the programs that include stdio.h outnumber those that don't

I don't think that is true. There is a lot of embedded systems C out there, plus there are a lot of files in most projects, and include is per file not per project. The project might use stdio in a few files, and not use it in many others.