Vowpal Wabbit
Macros | Variables
crossplat_compat.h File Reference
#include <cstdint>

Go to the source code of this file.

Macros

#define sprintf_s   snprintf
 
#define vsprintf_s   vsnprintf
 

Variables

constexpr uint64_t UINT64_ZERO = 0ULL
 
constexpr uint64_t UINT64_ONE = 1ULL
 

Macro Definition Documentation

◆ sprintf_s

#define sprintf_s   snprintf

Definition at line 12 of file crossplat_compat.h.

Referenced by VW::vw_exception::LineNumber().

◆ vsprintf_s

#define vsprintf_s   vsnprintf

Definition at line 13 of file crossplat_compat.h.

Referenced by VW::vw_exception::LineNumber().

Variable Documentation

◆ UINT64_ONE

constexpr uint64_t UINT64_ONE = 1ULL

◆ UINT64_ZERO

constexpr uint64_t UINT64_ZERO = 0ULL

Definition at line 15 of file crossplat_compat.h.