![]() |
|
include - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Help & Support (https://forum.boriel.com/forumdisplay.php?fid=16) +---- Thread: include (/showthread.php?tid=2527) |
include - zarsoft - 2023-12-07 I want to include the file "utils.h" on all my programs. Is there a way I can do this automatically without writing inside my program and without writing on the compiler command line? Can I put this line #include <utils.h> inside some compiler file from src\arch\zx48k\library ? I want this behave like it was on the first line of my program. |