46QSC_CPLUSPLUS_ENABLED_START
81#define QSC_TIMEREX_TIMESTAMP_MAX 80ULL
118#if defined(QSC_DEBUG_MODE)
125QSC_CPLUSPLUS_ENABLED_END
Contains common definitions for the Quantum Secure Cryptographic (QSC) library.
#define QSC_EXPORT_API
API export macro for Microsoft compilers when importing from a DLL.
Definition common.h:520
QSC_EXPORT_API void qsc_timerex_get_datetime(char output[QSC_TIMEREX_TIMESTAMP_MAX])
Get the calendar date and time from the current locale.
Definition timerex.c:52
#define QSC_TIMEREX_TIMESTAMP_MAX
The maximum time-stamp array size.
Definition timerex.h:81
QSC_EXPORT_API void qsc_timerex_get_date(char output[QSC_TIMEREX_TIMESTAMP_MAX])
Get the calendar date from the current locale.
Definition timerex.c:7
QSC_EXPORT_API void qsc_timerex_get_time(char output[QSC_TIMEREX_TIMESTAMP_MAX])
Get the local time.
Definition timerex.c:97
QSC_EXPORT_API uint64_t qsc_timerex_stopwatch_start(void)
Returns the clock time at the start of a timed operation.
Definition timerex.c:141
QSC_EXPORT_API uint64_t qsc_timerex_stopwatch_elapsed(uint64_t start)
Returns the time difference between the start and current time in milliseconds.
Definition timerex.c:150