Understanding the GRE
Show me some code.
n
void main(void)
n
{
n
GRE_Startup();
n
//…
n
GRE_Shutdown();
n
}
n
n
That easy – well, almost.
Show nsTestGRE.cpp