aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/alisp.h b/alisp.h
index dba0485..41c507c 100644
--- a/alisp.h
+++ b/alisp.h
@@ -50,6 +50,7 @@ typedef struct
#define SV(DATA, SIZE) ((sv_t){.data = (DATA), .size = (SIZE)})
#define SV_FMT(SV) (int)(SV).size, (SV).data
#define PR_SV "%.*s"
+#define PRD_SV "%d@%p"
sv_t sv_copy(sv_t);