5 – The Auxiliary Library

    All functions and types from the auxiliary library are defined in header file and have a prefix .

    Several functions in the auxiliary library use internally some extra stack slots. When a function in the auxiliary library uses less than five slots, it does not check the stack size; it simply assumes that there are enough slots.

    Functions called always throw an error if the check is not satisfied.