X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Fsnafu_02.call;h=a371164bf81261ff053b95b8fcbe97caf4b2a83f;hp=4e9d7491379afa80a279c8ee9bb42bdb5a388c88;hb=34a5f2246b3e9b5dc7292f004edefb77f5951bf4;hpb=0afe4a308af4ad5ebf5d60be415e3284e8f23fe0 diff --git a/codea/snafu_02.call b/codea/snafu_02.call index 4e9d749..a371164 100644 --- a/codea/snafu_02.call +++ b/codea/snafu_02.call @@ -1,4 +1,5 @@ extern long q(long this, long, long); extern long r(long this, long, long); +extern long s(long this, long, long); -RET((q(0xDEAD, 33, 15) == -10) && (r(0xDEAD, 33, 15) == 8)); +RET((q(0xDEAD, 33, 15) == -10) && (r(0xDEAD, 33, 15) == 8) && (s(0xDEAD, 33, 15) == -26));