X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Fcodea_intelli_08.call;fp=gesamt_ppc%2Fcodea_intelli_08.call;h=e8b76e3e28a43dd11a828397920a1ee65b2b91d6;hb=e48d38c7f3d91a35863040ac9d685e20366daea5;hp=2153dc349831ecb33b581124dbed62a751feb06c;hpb=4efb64bb228c31bf3d1701e0f0ec28f2c05ed451;p=testub10.git diff --git a/gesamt_ppc/codea_intelli_08.call b/gesamt_ppc/codea_intelli_08.call index 2153dc3..e8b76e3 100644 --- a/gesamt_ppc/codea_intelli_08.call +++ b/gesamt_ppc/codea_intelli_08.call @@ -1,6 +1,6 @@ -extern long long f(long long*, long long*); +extern int f(int*, int*); -long long ar[10]; +int ar[10]; int i = 1; for(; i <= 10; i++) ar[i-1] = i;