mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
cmdlist refactor: use cmdlist instead of command_list as a shorthand
I hope this doesn't break too much code ^^
This commit is contained in:
parent
56fe943efc
commit
131ba36d93
18 changed files with 98 additions and 98 deletions
20
tests/parse_cmdlist.h
Normal file
20
tests/parse_cmdlist.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* parse_cmdlist.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/11 15:55:10 by khais #+# #+# */
|
||||
/* Updated: 2025/03/18 15:05:25 by khais ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef PARSE_CMDLIST_H
|
||||
# define PARSE_CMDLIST_H
|
||||
|
||||
# include "../src/parser/cmdlist/cmdlist.h"
|
||||
|
||||
t_cmdlist *parse_cmdlist(char *input);
|
||||
|
||||
#endif // PARSE_CMDLIST_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue