Add eachfile and mkaliasbn builtins
This commit is contained in:
@ -11,6 +11,8 @@ typedef struct {
|
||||
char errmsg[INTERP_ERRMSG_BUF_MAX];
|
||||
} InterpResult;
|
||||
|
||||
extern InterpResult RES;
|
||||
|
||||
typedef struct Token {
|
||||
struct Token *next;
|
||||
char *str;
|
||||
|
||||
Reference in New Issue
Block a user