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