[ Maverik Level 2 typedefs ]


MAV_callbackFn

Summary

The generic callback function type


Syntax


typedef int (*MAV_callbackFn)(MAV_object *, void *, void *);


Description


Back to the index page.