Next: , Previous: , Up: Built-in functions   [Contents][Index]


7.2.3.59 $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’.