mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
No description
In particular, this is what is now changed: - if line is null or empty, return null - if line contains no =, return an empty string This way, if non-null is returned, that means that line was valid. If null is returned, there is either an error with line, or malloc failed. |
||
|---|---|---|
| libft | ||
| spec | ||
| src | ||
| tests | ||
| .gitignore | ||
| .shellspec | ||
| .valgrindrc | ||
| Makefile | ||
| NOTES.md | ||
| readline.supp | ||