1 2 3 4 5 6 7 8 9
#include <xas/object.h> int xas_object_start(xas_object *object) { object->start(object); } int xas_object_stop(xas_object *object) { object->stop(object); }