diff options
| author | LLLL Colonq <llll@colonq> | 2025-12-19 21:31:02 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-12-19 21:31:02 -0500 |
| commit | 0a6ce352be7d0a8a2cdb2f9a3ae3b0189c5f23b5 (patch) | |
| tree | dc79bf6249ba90a384794954c1a06568a9ef6aa8 /include/lcq | |
| parent | 2dfa52e475fbc5614f92cfbc42d5b25fc5b8eff2 (diff) | |
Add pit_plist_get
Diffstat (limited to 'include/lcq')
| -rw-r--r-- | include/lcq/pit/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
