mirror of
https://github.com/fluencelabs/fluence-VRF
synced 2025-06-01 17:11:48 +00:00
7 lines
137 B
C
7 lines
137 B
C
#ifndef FLUENCE_C_SDK_LOGGER_H
|
|
#define FLUENCE_C_SDK_LOGGER_H
|
|
|
|
void wasm_log(const char *str, int len);
|
|
|
|
#endif //FLUENCE_C_SDK_LOGGER_H
|