Using Includes

Includes (called ‘functions’ in LN) can be used:

#include	“ippmmm1234”

If the include is used in only one hook and if the include does not contain any functions, you can declare it in the hook where it is used. In that case, if the include contains variable declarations, those variables will become local variables for the hook.

Otherwise you can declare it in the ‘include hook’ which is linked to the BII. In that case the functions and defines from the include are available for any of the BII’s hooks.