libsqsh v1.5.1
|
#include "sqsh_common.h"
Go to the source code of this file.
Macros | |
#define | SQSH_VERSION "1.5.1" |
Get the version of the library that was used to compile the program as a string. | |
#define | SQSH_VERSION_MAJOR 1 |
Get the major version of the library that was used to compile the program. | |
#define | SQSH_VERSION_MINOR 5 |
Get the minor version of the library that was used to compile the program. | |
#define | SQSH_VERSION_PATCH 1 |
Get the patch version of the library that was used to compile the program. | |
Functions | |
const char * | sqsh_version (void) |
Get the version of the currently running library as a string. | |
uint16_t | sqsh_version_major (void) |
Get the major version of the currently running library. | |
uint16_t | sqsh_version_minor (void) |
Get the minor version of the currently running library. | |
uint16_t | sqsh_version_patch (void) |
Get the patch version of the currently running library. | |
Definition in file sqsh_utils.h.
#define SQSH_VERSION "1.5.1" |
Get the version of the library that was used to compile the program as a string.
Definition at line 53 of file sqsh_utils.h.
#define SQSH_VERSION_MAJOR 1 |
Get the major version of the library that was used to compile the program.
Definition at line 61 of file sqsh_utils.h.
#define SQSH_VERSION_MINOR 5 |
Get the minor version of the library that was used to compile the program.
Definition at line 69 of file sqsh_utils.h.
#define SQSH_VERSION_PATCH 1 |
Get the patch version of the library that was used to compile the program.
Definition at line 77 of file sqsh_utils.h.
const char * sqsh_version | ( | void | ) |
Get the version of the currently running library as a string.
uint16_t sqsh_version_major | ( | void | ) |
Get the major version of the currently running library.
uint16_t sqsh_version_minor | ( | void | ) |
Get the minor version of the currently running library.
uint16_t sqsh_version_patch | ( | void | ) |
Get the patch version of the currently running library.