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
#define PQLR_API
Definition: api.h:22
PQLR_API const char * pqlr_get_version(void)
Returns null terminated string containing library version. Usage example: