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.
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.