blob: ca7eb4c4f6e658e76868bd7377499d3313e7f030 [file] [log] [blame]
int curand_main();
int nppif_main();
int static_version()
{
return curand_main() == 0 && nppif_main() == 0;
}