From 828dd435725ea315abd2ea9875325ee3b17041a9 Mon Sep 17 00:00:00 2001 From: "Nathan P. Reiner" Date: Thu, 15 Dec 2022 18:20:33 +0100 Subject: did this while lecture (builtins, parsing, exec and env by stdlib) --- smash/parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'smash/parser.h') diff --git a/smash/parser.h b/smash/parser.h index 23eee88..60b344e 100644 --- a/smash/parser.h +++ b/smash/parser.h @@ -10,5 +10,7 @@ typedef struct expression_list_t__ { expression_list_t *new_expression_from_line(char *line); void free_expression(expression_list_t *expression); +char **new_argv(char *exp); +void free_argv(char **argv); #endif -- cgit v1.2.3-70-g09d2