From 8e931537ff13137f49de58b84898a13ed3cdeeef Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 9 May 2025 18:00:00 +0200 Subject: Add wasmtest target to build script; minor fixes in tools and tests --- test/090_tables_readwrite/tables_readwrite_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/090_tables_readwrite/tables_readwrite_tests.c b/test/090_tables_readwrite/tables_readwrite_tests.c index 3306dd6..96a60bb 100644 --- a/test/090_tables_readwrite/tables_readwrite_tests.c +++ b/test/090_tables_readwrite/tables_readwrite_tests.c @@ -1,7 +1,7 @@ #include "../test.h" -bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); -bool writetableinfo(const tableinfo_t *, uint64_t, unsigned char *); +int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); +int64_t writetableinfo(const tableinfo_t *, size_t, unsigned char *); uint64_t readn(void) { char str[STRLENMAX]; -- cgit v1.3