Next: , Previous: , Up: preprocessor   [Contents][Index]


2.4 Loading or including the library

We can include in scripts the code needed to source the library at run–time or the whole library itself.

Preprocessor Macro: mbfl_embed_library

Expands into the contents of the library file. The selected library is the one used by the preprocessor script mbflpp.sh itself. The resulting output script does not need to load the library at runtime; let’s say it is “statically linked”.

Preprocessor Macro: mbfl_library_loader (hardcoded_pathname)

Expand to a block of code that reliably loads the MBFL library. The optional argument hardcoded_pathname must be the absolute pathname to a file containing the library itself. overview reliable for details.


Next: , Previous: , Up: preprocessor   [Contents][Index]

This document describes version 3.0.0-devel.0 of Marcos Bash Functions Library.