Esempio n. 1
0
void tpsum2(int cnt)
{
    psum2(a, p, (long) cnt);
}
Esempio n. 2
0
void tpsum2(long cnt)
{
    psum2(a, p, (long) cnt);
}