diff options
| author | 2025-04-11 19:59:33 +0200 | |
|---|---|---|
| committer | 2025-04-11 19:59:33 +0200 | |
| commit | ef06c98e90ef97110594f2f1a457a7b68438774c (patch) | |
| tree | c3699adfe49b62d8f0f98929229418093b413fa3 /pez.h | |
| parent | ddb5bf5f8b221781c059365b81ded6fdbf8c947f (diff) | |
assert[]
Diffstat (limited to 'pez.h')
| -rw-r--r-- | pez.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ bool pez_isbool(PezContext *, int idx); bool pez_isstring(PezContext *, int idx); bool pez_isfunction(PezContext *, int idx); bool pez_isarray(PezContext *, int idx); +bool pez_truthy(PezContext *, int idx); int pez_typeof(PezContext *, int idx); const char *pez_typename(PezContext *, int idx); |