libsqsh v1.5.1
Loading...
Searching...
No Matches
sqsh_utils.h File Reference
#include "sqsh_common.h"
Include dependency graph for sqsh_utils.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Author
Enno Boland (mail@.nosp@m.ebol.nosp@m.and.d.nosp@m.e)

Definition in file sqsh_utils.h.

Macro Definition Documentation

◆ SQSH_VERSION

#define SQSH_VERSION   "1.5.1"

Get the version of the library that was used to compile the program as a string.

Returns
Version string

Definition at line 53 of file sqsh_utils.h.

◆ SQSH_VERSION_MAJOR

#define SQSH_VERSION_MAJOR   1

Get the major version of the library that was used to compile the program.

Returns
Major version

Definition at line 61 of file sqsh_utils.h.

◆ SQSH_VERSION_MINOR

#define SQSH_VERSION_MINOR   5

Get the minor version of the library that was used to compile the program.

Returns
Minor version

Definition at line 69 of file sqsh_utils.h.

◆ SQSH_VERSION_PATCH

#define SQSH_VERSION_PATCH   1

Get the patch version of the library that was used to compile the program.

Returns
Patch version

Definition at line 77 of file sqsh_utils.h.

Function Documentation

◆ sqsh_version()

const char * sqsh_version ( void )

Get the version of the currently running library as a string.

Returns
Version string

◆ sqsh_version_major()

uint16_t sqsh_version_major ( void )

Get the major version of the currently running library.

Returns
Major version

◆ sqsh_version_minor()

uint16_t sqsh_version_minor ( void )

Get the minor version of the currently running library.

Returns
Minor version

◆ sqsh_version_patch()

uint16_t sqsh_version_patch ( void )

Get the patch version of the currently running library.

Returns
Patch version