Closed emartinez-dev closed 1 year ago
The echo utility writes any specified operands, separated by single blank (') characters and followed by a newline (\n') character, to the standard output.
') characters and followed by a newline (
The following option is available: -n Do not print the trailing newline character.
Implemented ft_echo(char **str).
The echo utility writes any specified operands, separated by single blank (
') characters and followed by a newline (
\n') character, to the standard output.