diff options
| author | iamcheeseman <[email protected]> | 2026-04-16 16:13:52 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-16 16:13:52 -0400 |
| commit | eb0e4255e9eb878b7a17830b5be06a71add3b34e (patch) | |
| tree | 2714b598f43518348300f5dd5eedc2e5bd92a847 /uscript/uscript.h | |
| parent | 7663596a72347d8dab936c6503002d95149c04c9 (diff) | |
microscript: better runtime errors
Diffstat (limited to 'uscript/uscript.h')
| -rw-r--r-- | uscript/uscript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uscript/uscript.h b/uscript/uscript.h index a7efced..1973c7d 100644 --- a/uscript/uscript.h +++ b/uscript/uscript.h @@ -12,6 +12,7 @@ void us_load_file(const char *file); void us_load_src(const char *src); void us_exec(struct us_func *func); +void us_err(const char *msg, ...); void us_set_cfunc(const char *c_name, us_cfunc_sig c, int argc); |
