summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-12-19 21:47:32 -0500
committerLLLL Colonq <llll@colonq>2025-12-19 21:47:32 -0500
commite6329f2ce1df83fd729e79f7e92e55fe96a2e826 (patch)
tree5580028c277399c997e61436d2e7e5bcc2052160 /include
parent0a6ce352be7d0a8a2cdb2f9a3ae3b0189c5f23b5 (diff)
Add pit_nativedata_get
Diffstat (limited to 'include')
-rw-r--r--include/lcq/pit/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcq/pit/runtime.h b/include/lcq/pit/runtime.h
index 8206a4b..0e92b7f 100644
--- a/include/lcq/pit/runtime.h
+++ b/include/lcq/pit/runtime.h
@@ -206,6 +206,7 @@ pit_value pit_apply(pit_runtime *rt, pit_value f, pit_value args);
/* working with native data */
pit_value pit_nativedata_new(pit_runtime *rt, pit_value tag, void *d);
+void *pit_nativedata_get(pit_runtime *rt, pit_value tag, pit_value v);
/* evaluation! */
pit_value pit_expand_macros(pit_runtime *rt, pit_value top);