You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bob Frasure edited this page Jan 5, 2025
·
1 revision
= #include =
syntax: #include ''
includes 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.