reverse return code for safemult API to conform to newer djb APIs

This commit is contained in:
leitner
2003-09-05 21:25:51 +00:00
parent f2d8be239f
commit ef0495b5e2
14 changed files with 22 additions and 44 deletions

View File

@@ -15,4 +15,5 @@ main() {
assert(byte_equal(x.p,11,"fnordfoobar"));
array_cate(&x,&y,1,4);
assert(x.initialized=14 && byte_equal(x.p,14,"fnordfoobarnor"));
return 0;
}