diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-28 10:59:38 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-28 10:59:38 +0200 |
| commit | 930bb63605984abeda8c887a6333109c004d3b00 (patch) | |
| tree | fcc7c35720fbcc3273bad5fc8506985f74de2013 /src/lexer/lexer.c | |
| parent | a8992b41f1e88530367954a9058fe3c2d82c9d9b (diff) | |
| parent | 61b09b0ef1da060bf10aeea1b7b0619efbe14a13 (diff) | |
| download | minishell-930bb63605984abeda8c887a6333109c004d3b00.tar.gz minishell-930bb63605984abeda8c887a6333109c004d3b00.tar.bz2 minishell-930bb63605984abeda8c887a6333109c004d3b00.zip | |
Merge branch 'master' of github.com:ouaisbrefbams/minishell
Diffstat (limited to 'src/lexer/lexer.c')
| -rw-r--r-- | src/lexer/lexer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lexer/lexer.c b/src/lexer/lexer.c index 4d5e3b1..5e0600d 100644 --- a/src/lexer/lexer.c +++ b/src/lexer/lexer.c @@ -6,7 +6,7 @@ /* By: nahaddac <nahaddac@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/07/16 08:18:25 by nahaddac #+# #+# */ -/* Updated: 2020/09/17 10:59:13 by charles ### ########.fr */ +/* Updated: 2020/09/17 13:19:40 by nahaddac ### ########.fr */ /* */ /* ************************************************************************** */ @@ -71,6 +71,7 @@ int tok_len(char *input) ** get the number of character for the current token ** create a token from a substring in input ** assign a tag to the token +** return all token */ t_tok_lst *create_token_list(char *input, t_tok_lst **lst) |
