From e6329f2ce1df83fd729e79f7e92e55fe96a2e826 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 19 Dec 2025 21:47:32 -0500 Subject: Add pit_nativedata_get --- include/lcq/pit/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3