1
0
2023-08-11 13:36:02 +03:00

12 lines
128 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
const char *get_secret_key(const char *key);
#ifdef __cplusplus
}
#endif