Grsaiago / minishell

A bash clone in pure C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add remove quotes func

Grsaiago opened this issue · comments

Add the function to remove the quotes from a string, such as the example bellow:

before: "essa ' string"'aqui'\0

after: essa ' stringaqui\0