#include #include #include #define MAX_ARGS 256 #define CHECK(x) (!(x) ? abort() : (void)0)