I have looked this up in the FAQ, and still do not have a nice
understanding of it.
If I have defined a function in foo.c, and if, for the sake of
argument have foo.h contain that function's declaration, and if , as
one of the answers to a similar question was "All definitions are also
declarations!" then does one need to use "# include foo.h" in foo.c?
Thanks in advance.
understanding of it.
If I have defined a function in foo.c, and if, for the sake of
argument have foo.h contain that function's declaration, and if , as
one of the answers to a similar question was "All definitions are also
declarations!" then does one need to use "# include foo.h" in foo.c?
Thanks in advance.
Comment