X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Flewurm_02.call;fp=gesamt_ppc%2Flewurm_02.call;h=fdc828b6c2ebbe3e3f631a30906752c7ef948892;hb=631a92314abaefe6e0d275647ed815a3fb34fd81;hp=0000000000000000000000000000000000000000;hpb=89b2d6e5e8c24415bcd51a6b3a5687880e86d164;p=testub10.git diff --git a/gesamt_ppc/lewurm_02.call b/gesamt_ppc/lewurm_02.call new file mode 100644 index 0000000..fdc828b --- /dev/null +++ b/gesamt_ppc/lewurm_02.call @@ -0,0 +1,5 @@ +long f(long,long); +#define ERG 200 +int ret = f(0xdead,50); +printf("ret ist %i (sollte %i sein)\n", ret, ERG); +RET(ret == ERG);