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

10 lines
76 B
C++
Raw Permalink Normal View History

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