libclap 1.0.0
Command Line Argument Parser for C
Loading...
Searching...
No Matches
clap_version.h
Go to the documentation of this file.
1
6#ifndef CLAP_VERSION_H
7#define CLAP_VERSION_H
8
9#include <clap/clap_export.h>
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15#define CLAP_VERSION_MAJOR 1
16#define CLAP_VERSION_MINOR 0
17#define CLAP_VERSION_PATCH 0
18
19#define CLAP_VERSION_STRING "1.0.0"
20
25CLAP_EXPORT const char* clap_version(void);
26
27/* clap_version_components was removed (declared but never implemented) */
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* CLAP_VERSION_H */
Symbol export/import macros for libclap.
#define CLAP_EXPORT
Definition clap_export.h:42
CLAP_EXPORT const char * clap_version(void)
Get libclap version string.