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

@ -11,6 +11,8 @@ typedef struct {
char errmsg[INTERP_ERRMSG_BUF_MAX];
} InterpResult;
extern InterpResult RES;
typedef struct Token {
struct Token *next;
char *str;