X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=gesamt%2Fcodea_abgabe_ar.call;fp=gesamt%2Fcodea_abgabe_ar.call;h=793d7a1263c4a09fb3ace919262d24cde1306739;hp=0000000000000000000000000000000000000000;hb=76e241118cfbdfc591358487ea34e72ae9d7a6b2;hpb=4f0525be75356861de3a21b86a4c44a4b7297397 diff --git a/gesamt/codea_abgabe_ar.call b/gesamt/codea_abgabe_ar.call new file mode 100644 index 0000000..793d7a1 --- /dev/null +++ b/gesamt/codea_abgabe_ar.call @@ -0,0 +1,3 @@ +extern long m(long,long,long); +extern long n(long,long,long); +RET(m(1,2,3)==3 && n(4,5,6)==5);