From 0a6ce352be7d0a8a2cdb2f9a3ae3b0189c5f23b5 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 19 Dec 2025 21:31:02 -0500 Subject: Add pit_plist_get --- include/lcq/pit/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/lcq') diff --git a/include/lcq/pit/runtime.h b/include/lcq/pit/runtime.h index 32bf198..8206a4b 100644 --- a/include/lcq/pit/runtime.h +++ b/include/lcq/pit/runtime.h @@ -196,6 +196,7 @@ void pit_setcdr(pit_runtime *rt, pit_value v, pit_value x); pit_value pit_append(pit_runtime *rt, pit_value xs, pit_value ys); pit_value pit_reverse(pit_runtime *rt, pit_value xs); pit_value pit_contains_eq(pit_runtime *rt, pit_value needle, pit_value haystack); +pit_value pit_plist_get(pit_runtime *rt, pit_value k, pit_value vs); /* working with functions */ pit_value pit_free_vars(pit_runtime *rt, pit_value args, pit_value body); -- cgit v1.2.3