blob: 9967b66c0ab4fc88f557d1b1303a9b7a0e9b0e01 [file] [log] [blame]
int curand_main();
int nppif_main();
int shared_version()
{
return curand_main() == 0 && nppif_main() == 0;
}