PQLR
Postquantum Crypto Library by
QAPP
version.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
pqlr/common/api.h
>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
24
PQLR_API
const
char
*
pqlr_get_version
(
void
);
25
30
#ifdef __cplusplus
31
}
// extern "C"
32
#endif
// __cplusplus
api.h
PQLR_API
#define PQLR_API
Definition:
api.h:22
pqlr_get_version
PQLR_API const char * pqlr_get_version(void)
Returns null terminated string containing library version. Usage example:
pqlr
common
version.h
Generated by
1.9.1 for
QAPP