9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
|
|
int curand_main();
|
|
int nppif_main();
|
|
|
|
int mixed_version()
|
|
{
|
|
return curand_main() == 0 && nppif_main() == 0;
|
|
}
|