diff options
Diffstat (limited to 'args.h')
-rw-r--r-- | args.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,3 +189,4 @@ void args_for_each(struct args *args, int (*fn)(val arg, int ix, mem_t *ctx), mem_t *ctx); void args_keys_extract(struct args *args, struct args_bool_key *, int n); +val dyn_args(struct args *args, val car, val cdr); |