#include "global.h"
#include "internal.hpp"
Go to the source code of this file.
◆ PRT
Value: do { \
if (FMT[0] == ' ' && !all) \
break; \
MSG (FMT, __VA_ARGS__); \
} while (0)
Definition at line 24 of file cadical_stats.cpp.
24#define PRT(FMT, ...) \
25 do { \
26 if (FMT[0] == ' ' && !all) \
27 break; \
28 MSG (FMT, __VA_ARGS__); \
29 } while (0)