|
On 11-10-18 07:16 PM, Elias Barrionovo wrote:
Its because you haven't included system libraries that themselves other libraries and so on. In the end, if you include stdio.h just to have a single printf function (for, say, a hello world) you end up with loads and loads of other stuff stuff.
Thanks EliasSo would the verbosity not be coming from the "hello world" code and not the strange mid-file include? I don't understand the relation to the discussion if so?
-Patrick