Node:$STUB, Next:, Previous:$STRING, Up:Built-in functions



$STUB: Trap for missing module

When a missing module is detected, FTANGLE inserts the command $STUB(module_name) into the output code. The built-in $STUB expands to a function call appropriate to the current language. For example, in C it expands to missing_mod, in FORTRAN it expands to call nomod.