
7.10 The C structure
val call : c_function -> (c_object list * c_object) -> unit
c_function object and a list of objects representing the arguments, calls the associated foreign function and returns the result to the other given object. Of course, all the type information for c_function, argument objects and result object must match accordingly.

Generated with Harlequin WebMaker