Go to the first, previous, next, last section, table of contents.


5.2.3.4 Type Coercion

typeB_t *typeA2typeB(const typeA_t *object);
Given an object of type typeA_t, creates an equivalent object of type typeB_t and returns it.


Go to the first, previous, next, last section, table of contents.