diff options
| author | LLLL Colonq <llll@colonq> | 2025-12-19 21:47:32 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-12-19 21:47:32 -0500 |
| commit | e6329f2ce1df83fd729e79f7e92e55fe96a2e826 (patch) | |
| tree | 5580028c277399c997e61436d2e7e5bcc2052160 /include | |
| parent | 0a6ce352be7d0a8a2cdb2f9a3ae3b0189c5f23b5 (diff) | |
Add pit_nativedata_get
Diffstat (limited to 'include')
| -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 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); |
