index
:
minishell.git
lexer
m_test
master
path
rendu
School project: a minimalistic shell based on bash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse.c
blob: 5cdb06627c565a87508960f4d8b7b6a793cc5253 (
plain
)
1
2
3
4
5
6
7
#include
"minishell.h"
t_parsing
*
ms_parse
(
char
*
input
)
{
(
void
)
input
;
return
NULL
;
}