/* See LICENSE file for copyright and license details. */ #include "libar2simplified.h" #include #include #include #include #include #include #include #include #ifndef ALIGNOF # ifdef __STDC_VERSION__ # if __STDC_VERSION__ >= 201112L # define ALIGNOF(X) _Alignof(X) # endif # endif #endif #ifndef ALIGNOF # ifdef __GNUC__ # define ALIGNOF(X) __alignof__(X) # else # define ALIGNOF(X) sizeof(X) # endif #endif #ifndef FALLBACK_NPROC # define FALLBACK_NPROC 4 #endif