20# error lipsum.hpp only supports C++, did you mean lipsum.h?
24#if defined(LIPSUM_VERBOSE) && defined(LIPSUM_QUIET)
31#define LPSM_FLIP_COIN random_number(false, true)
36#define LPSM_SAFE_CCTYPE(type, func, arg) \
37 (static_cast<type>(func(static_cast<unsigned char>((arg)))))
43# define LPSM_VERBOSE_LOG(type, ...) \
44 lpsm::internal::LogWarn(lpsm::internal::LogType::type, \
49# define LPSM_VERBOSE_LOG(type, ...)
60#ifdef LIPSUM_BUILD_SHARED
62# ifdef LIPSUM_EXPORT_SHARED
63# define LIPSUM_API __declspec(dllexport)
65# define LIPSUM_API __declspec(dllimport)
Version constants for lipsum-cpp.