Previous: x1f4_note_lxcast, Up: Object Library Functions [Index]
extern int x1f4_pset_lxcast (void *lxcast, const struct x1f4_datatype_type **datatypes);
The x1f4_pset_lxcast
function stores the address of the null terminated
array of non declarable data type definitions provided by the lxcast
object library at the datatypes
address.
The non declarable data types are allowed for function returns and parameters, but not for variable declarations.
See struct x1f4_datatype_type.
See Data Type Definition.
There is only one data type the object libraries provide, the ‘object’ type.
Null terminated means here that the last data type definition in the array has
its name
field set to NULL
.
The function returns 0
.