From a626bacf8e45af60727882250f9d3abeb15ff3cd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 2 Mar 2016 09:59:52 +0100 Subject: Add zsets and zstr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/internals.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/internals.h') diff --git a/src/internals.h b/src/internals.h index a544924..f911680 100644 --- a/src/internals.h +++ b/src/internals.h @@ -12,11 +12,19 @@ X(libzahl_tmp_cmp)\ X(libzahl_tmp_str_num)\ X(libzahl_tmp_str_mag)\ - X(libzahl_tmp_str_div) + X(libzahl_tmp_str_div)\ + X(libzahl_tmp_str_rem) + +#define LIST_CONSTS\ + X(libzahl_const_1e19, zsetu, 10000000000000000000ULL) /* The largest power of 10 < 2⁶⁴. */\ + X(libzahl_const_1e9, zsetu, 1000000000ULL) /* The largest power of 10 < 2³². */ #define X(x) extern z_t x; LIST_TEMPS #undef X +#define X(x, f, v) extern z_t x; +LIST_CONSTS +#undef X extern jmp_buf libzahl_jmp_buf; extern int libzahl_set_up; -- cgit v1.2.3-70-g09d2