Pragmas
From Archaic Pixels
Revision as of 22:51, 10 September 2010 by Gravis (Talk | contribs) (Created page with "= #include = syntax: #include '<filename>' includes <filename> into the code stream as though it were typed into the source code. Since HuC does not support linking object fil...")
#include
syntax: #include '<filename>'
includes <filename> into the code stream as though it were typed into the source code.
Since HuC does not support linking object files (unlike recent C Compiler) you can use the #include directive not only for including header files but also source files.