get_out_size


get_out_size

Get the size of the argument block passed during return from invocation.

Signature

Csize get_out_size(void)

Semantics

get_out_size is a library call used to determine the size of the argument block passed during a call to kmo_return. The return value is a non-negative integer whose value will be zero in the case that no argument block was passed.