1 2 3 4 5 6 7
#include <aruco/abi.h> #if ARUCO_OPENTRACK_FORK_ABI != 2 # error "wrong ABI" #endif int main(void) { return 0; }