Next: x1f4_fini_lxcast, Up: Object Library Functions [Index]
extern int x1f4_bset_lxcast (void *lxcast, const struct x1f4_operator_type **operators);
The x1f4_bset_lxcast
function writes the array of description pointers
for the infix binary operators provided by the lxcast
object
library at the operators
address.
See struct x1f4_operator_type.
operators
should indicate a writable memory segment large enough to hold
the pointers array. The size of the array may be retrived via
x1f4_near_lxcast
.
See x1f4_near_lxcast.
The function returns number of copied pointers.