aboutsummaryrefslogtreecommitdiffstats
path: root/zahl.h
diff options
context:
space:
mode:
Diffstat (limited to 'zahl.h')
-rw-r--r--zahl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zahl.h b/zahl.h
index 1e27882..45404af 100644
--- a/zahl.h
+++ b/zahl.h
@@ -72,10 +72,11 @@ size_t zload(z_t, const void *); /* Restore a from b, and return number o
/* Assignment functions. */
-void zset(z_t, z_t); /* a := b */
+ZAHL_INLINE void zset(z_t, z_t); /* a := b */
ZAHL_INLINE void zsetu(z_t, uint64_t); /* a := b */
ZAHL_INLINE void zseti(z_t, int64_t); /* a := b */
+
/* Comparison functions. */
ZAHL_INLINE int zcmp(z_t, z_t); /* signum (a - b) */