<< Prev | - Up - | Next >> |
OZ_BI_define
OZ_BI_end
OZ_BI_define(Name,InArity,OutArity)
{ ... C/C++ code ... }
OZ_BI_end
Every foreign function imported to Oz has to be declared using this pattern. Name
is the name of the function being defined. InArity
and OutArity
specify the number of input and output arguments the function expects.
<< Prev | - Up - | Next >> |