Add eachfile and mkaliasbn builtins

This commit is contained in:
2025-10-15 21:26:30 +02:00
parent 7936eb92f6
commit 317667cfb8
4 changed files with 127 additions and 8 deletions

View File

@ -36,6 +36,8 @@ bool rt_PID(struct Token *);
bool rt_do(struct Token *);
bool rt_stackpush(struct Token *);
bool rt_stackpop(struct Token *);
bool rt_eachfile(struct Token *);
bool rt_mkaliasbn(struct Token *);
void rtstringv_stackpushcopy(char *s, size_t len);
char *rtstringv_stackpop(void);