C projects

From wikinotes
Revision as of 03:10, 14 June 2016 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Again, follows the same general setup as C++.


Functions are declared in the header file, and must be declared before they can be used. see cpp packaging.