diff options
| author | Mistivia <i@mistivia.com> | 2025-06-22 16:17:20 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-22 16:17:20 +0800 |
| commit | 5c0eddbed7f838daac17e0b9d9c2a23f17da4660 (patch) | |
| tree | 583026ff5f0614d6e6672e6bbb7879c24c701236 /src/builtins.h | |
| parent | b19a0b2ea246be5610812bf7dd4088e0c4a70952 (diff) | |
min, max
Diffstat (limited to 'src/builtins.h')
| -rw-r--r-- | src/builtins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/builtins.h b/src/builtins.h index b5a0979..abcd7a0 100644 --- a/src/builtins.h +++ b/src/builtins.h @@ -3,6 +3,8 @@ #include "interp.h" +SExpRef builtin_min(Interp *interp, SExpRef sexp); +SExpRef builtin_max(Interp *interp, SExpRef sexp); SExpRef builtin_equal(Interp *interp, SExpRef sexp); SExpRef builtin_eq(Interp *interp, SExpRef sexp); SExpRef builtin_format(Interp *interp, SExpRef sexp); |
