mirror of
https://github.com/pseXperiments/barretenberg_cuda.git
synced 2026-05-01 03:00:05 -04:00
9 lines
104 B
C++
9 lines
104 B
C++
#include <iostream>
|
|
|
|
extern "C" {
|
|
|
|
void logstr(char const* str)
|
|
{
|
|
std::cerr << str << std::endl;
|
|
}
|
|
} |