X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codea%2Flewurm_02.call;h=2dcfbe9899494d99c30ab505c1b12bfb66e8c643;hb=d3d627e7166d7334032fcacb2f498118c8b3646e;hp=2861bb06817f345af7597b74ee30a6df2209b5f4;hpb=45d4c7cdf7842d9886c40224c04600c8001ef03c;p=testub10.git diff --git a/codea/lewurm_02.call b/codea/lewurm_02.call index 2861bb0..2dcfbe9 100644 --- a/codea/lewurm_02.call +++ b/codea/lewurm_02.call @@ -1,2 +1,2 @@ -extern long f(long); -RET(f(-3)==-3); +extern long f(long,long,long,long,long); +RET(f(100,50,15,10,5)==80);