zcash-patched-for-explorer/src/gtest/utils.cpp

10 lines
76 B
C++

int GenZero(int n)
{
return 0;
}
int GenMax(int n)
{
return n-1;
}