Beispiel #1
0
void tpsum1(int cnt)
{
    psum1(a, p, (long) cnt);
}
Beispiel #2
0
void tpsum1(long cnt)
{
    psum1(a, p, (long) cnt);
}