diff options
Diffstat (limited to 'test/c/sail.h')
| -rw-r--r-- | test/c/sail.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/c/sail.h b/test/c/sail.h index b29e9535..c0f2674b 100644 --- a/test/c/sail.h +++ b/test/c/sail.h @@ -12,6 +12,10 @@ typedef int unit; #define UNIT 0 +unit undefined_unit(const unit u) { + return UNIT; +} + typedef struct { mp_bitcnt_t len; mpz_t *bits; |
