예제 #1
0
파일: test_cpe.c 프로젝트: Asif-Malik1/soul
void tpsum1(int cnt)
{
    psum1(a, p, (long) cnt);
}
예제 #2
0
void tpsum1(long cnt)
{
    psum1(a, p, (long) cnt);
}