Next: , Up: Time Library Functions


6.11.3.1 x1f4_dset_lxdate

extern int x1f4_dset_lxdate
    (void *lxdate, const struct x1f4_datatype_type **datatypes);

The x1f4_dset_lxdate functions stores the null terminated array of data type definitions provided by the lxdate time library at the datatypes address.

See struct x1f4_datatype_type.

See Data Type Definition.

There are two data types the time libraries provide, the `date' and the `time' types.

Null terminated means here that the last data type definition in the arrays has its name field set to NULL.

The function returns 0.