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