$STUB
: Trap for missing moduleWhen 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’.