
7.10 The C structure
val setAddr : { obj:c_object, addr:c_object }
-> unit
obj object coincide with the value based at the address given by the addr object. The c_type of obj may be arbitrary and the c_type of addr should be a numeric type capable of representing a machine address or an appropriate pointer type.
obj object inspect value data at a given address.

Generated with Harlequin WebMaker