addbi (D3/Unix)

addbi (D3/Unix)


Unix Signal Usage Index Level d3
Syntax addbi {function {function} ...}
Category Unix
Type Verb
Description extends the functionalities of the Pick Monitor by making new C functions available to FlashBASIC.

"addbi" adds the user-defined built-in functions defined in the given "function" to the Monitor.

If a list of functions is omitted from the command line, then a list is presumed active. If no list is active, the User Generic Monitor library "libgmu.a" is simply rebuilt to match the list of built-in functions.

Up to 128 user-defined functions can be added to the Monitor.

Built-in functions are defined in the item "user.builtin" in the "dm,messages," file. "addbi" updates this item and creates, in the current directory, the C module "px_user.c" which is compiled and linked with the default Generic Monitor libraries to create a customized Monitor. Added functions can be called directly from BASIC.

User-defined built-in functions may be removed using the "rmbi" command.
Options
See Also set-cmem c function c function, user-defined % CFUNCTION rmbi listbi addbi (D3/Unix)
Example
Warnings The Unix development set (compiler, linker, archiver) must have been installed on the system to be able to use this command.
Compatibility D3/Unix
Unix Signal Usage Index Level d3