Libraries - External Functions

External functions and macros can be used in the source code within a library. An importation is not usually necessary because the compiler / assembler recognizes appropriate dependencies. If a dependency is not recognized, the import of a label can be obtained by

.import _externalLabel

be instructed.

Mathematical functions, String functions, Conversion routines and much more. must therefore not be rewritten.