diff options
| author | Mistivia <i@mistivia.com> | 2025-06-20 22:59:47 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-20 22:59:47 +0800 |
| commit | 60d39a814f06b02b815b3db7490a61bf42857291 (patch) | |
| tree | 6967c024bb819b35bf9c9200e15501c188d114a9 /src/builtins.h | |
| parent | b3ea650a94e4f2ed64a25f544558550a90a6fff4 (diff) | |
refactor to analyze gc
Diffstat (limited to 'src/builtins.h')
| -rw-r--r-- | src/builtins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/builtins.h b/src/builtins.h index 4e4e39f..5ed9133 100644 --- a/src/builtins.h +++ b/src/builtins.h @@ -23,5 +23,6 @@ SExpRef builtin_lt(Interp *interp, SExpRef sexp); SExpRef builtin_ge(Interp *interp, SExpRef sexp); SExpRef builtin_le(Interp *interp, SExpRef sexp); SExpRef builtin_show(Interp *interp, SExpRef sexp); +SExpRef builtin_gcstat(Interp *interp, SExpRef sexp); #endif |
