Previous: , Up: Object Library Functions   [Index]


7.24.3.8 x1f4_pset_lxcast

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.