MOOCHO (Single Doxygen Collection)
Version of the Day
|
Go to the source code of this file.
Functions | |
int | RTOp_obj_free_free (const struct RTOp_obj_type_vtbl_t *vtbl, const void *instance_data, void **obj) |
int RTOp_obj_free_free | ( | const struct RTOp_obj_type_vtbl_t * | vtbl, |
const void * | instance_data, | ||
void ** | obj | ||
) |
Definition of function to be used for obj_free in RTOp_RTOp_vtbl_t which simply calls
free(...).
vtbl | [in] Totally ignored. |
instance_data | [in] Totally ignored. |
obj | [in/out] If *obj != NULL on input then free(*obj) is called. On output, *obj is set to NULL. |
Returns
0 for success.
Definition at line 48 of file RTOp_obj_free_free.c.