libclap 1.0.0
Command Line Argument Parser for C
Loading...
Searching...
No Matches
Macros | Functions
clap_version.h File Reference

Version information for libclap. More...

#include <clap/clap_export.h>
Include dependency graph for clap_version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CLAP_VERSION_MAJOR   1
 
#define CLAP_VERSION_MINOR   0
 
#define CLAP_VERSION_PATCH   0
 
#define CLAP_VERSION_STRING   "1.0.0"
 

Functions

CLAP_EXPORT const char * clap_version (void)
 Get libclap version string.
 

Detailed Description

Version information for libclap.

Macro Definition Documentation

◆ CLAP_VERSION_MAJOR

#define CLAP_VERSION_MAJOR   1

◆ CLAP_VERSION_MINOR

#define CLAP_VERSION_MINOR   0

◆ CLAP_VERSION_PATCH

#define CLAP_VERSION_PATCH   0

◆ CLAP_VERSION_STRING

#define CLAP_VERSION_STRING   "1.0.0"

Function Documentation

◆ clap_version()

CLAP_EXPORT const char * clap_version ( void  )

Get libclap version string.

Returns
Version string in format "major.minor.patch"