The question is how to add a header file (and if it is possible) in LISP.
I want just like in C p.e. to create a "<\file>.h" in order to load some piece of code just by calling this header file at the start of every ".lisp" source code.
Is there any way to do that?
Thanks for any help.