l8w8jwt
|
l8w8jwt version checking. More...
Go to the source code of this file.
Macros | |
#define | L8W8JWT_VERSION 250 |
#define | L8W8JWT_VERSION_STR "2.5.0" |
#define | L8W8JWT_API |
#define | L8W8JWT_SMALL_STACK 0 |
#define | L8W8JWT_PLATFORM_TIME_ALT 0 |
Functions | |
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]) |
l8w8jwt version checking.
#define L8W8JWT_PLATFORM_TIME_ALT 0 |
Set this pre-processor definition to 1
if you need to provide custom implementation of system time API.
#define L8W8JWT_SMALL_STACK 0 |
Set this pre-processor definition to 1
if you're using this on a low-memory device with increased risk of stack overflow.
#define L8W8JWT_VERSION 250 |
Current l8w8jwt version number.
#define L8W8JWT_VERSION_STR "2.5.0" |
Current l8w8jwt version number (as a human-readable string).
L8W8JWT_API void l8w8jwt_free | ( | void * | mem | ) |
Free memory that was allocated by L8W8JWT.
mem | The memory to free. |
L8W8JWT_API int l8w8jwt_get_version_number | ( | void | ) |
Gets the l8w8jwt version number as an integer.
L8W8JWT_API void l8w8jwt_get_version_string | ( | char | out[32] | ) |
Gets the l8w8jwt version number as a nicely formatted string.
out | A writable char buffer of at least 32B where to write the version number string into. The string will be NUL-terminated, no worries! Passing NULL here is a very bad idea. Undefined, unpleasant, and just... just don't! |