9 lines
113 B
Plaintext
Raw Normal View History

2020-08-30 11:54:41 +02:00
int curand_main();
int nppif_main();
int mixed_version()
{
return curand_main() == 0 && nppif_main() == 0;
}