23#ifndef L8W8JWT_VERSION_H
24#define L8W8JWT_VERSION_H
33#define L8W8JWT_VERSION 250
38#define L8W8JWT_VERSION_STR "2.5.0"
40#if defined(_WIN32) && defined(L8W8JWT_DLL)
41#ifdef L8W8JWT_BUILD_DLL
42#define L8W8JWT_API __declspec(dllexport)
44#define L8W8JWT_API __declspec(dllimport)
50#ifndef L8W8JWT_SMALL_STACK
55#define L8W8JWT_SMALL_STACK 0
58#ifndef L8W8JWT_PLATFORM_TIME_ALT
63#define L8W8JWT_PLATFORM_TIME_ALT 0
L8W8JWT_API void l8w8jwt_free(void *mem)
L8W8JWT_API int l8w8jwt_get_version_number(void)
L8W8JWT_API void l8w8jwt_get_version_string(char out[32])