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
/
lexer
/
trim.c
blob: 9fbb6cc51dc26ca24812bc6e1bf05c6579933636 (
plain
)
1
2
3
4
5
6
7
#include
"lexer.h"
t_ftlst
*
lexe_trim_out
(
t_ftlst
*
lst
)
{
return
(
lst
);
}