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