// Just to ensure we are C++-clean. This should not spit too much noise #if __WORDSIZE == 32 #define _LARGEFILE_SOURCE 1 #define _FILE_OFFSET_BITS 64 #endif #include #include #include "xorriso/xorriso.h" int main() { std::cout << " major:" << Xorriso_header_version_majoR << " minor:" << Xorriso_header_version_minoR << " micro:" << Xorriso_header_version_micrO ; // << std::endl; return 0; }