X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Flewurm_02.call;h=2dcfbe9899494d99c30ab505c1b12bfb66e8c643;hp=84fad81f529f214fddc68600d3863168478bce76;hb=343bf2420615f2bf98482eb6c1d91aff63bc2151;hpb=169a6232a279ffc0b1e9695d4f81afe3959e80cf diff --git a/codea/lewurm_02.call b/codea/lewurm_02.call index 84fad81..2dcfbe9 100644 --- a/codea/lewurm_02.call +++ b/codea/lewurm_02.call @@ -1,2 +1,2 @@ -extern long f(long, long); -RET(f(0xDEAD, -3)==-3); +extern long f(long,long,long,long,long); +RET(f(100,50,15,10,5)==80);