diff options
| author | Cabergs Charles <cacharle@e-r6-p7.s19.be> | 2019-07-04 06:56:37 +0200 |
|---|---|---|
| committer | Cabergs Charles <cacharle@e-r6-p7.s19.be> | 2019-07-04 06:56:37 +0200 |
| commit | 9675f63eac7a10d1814324067209935de71495cf (patch) | |
| tree | 5637155ed4ea20cdfbf1bc5b3bb4fea1ed647e9d /c01/ex05 | |
| parent | 29e5e2b951e62cce75c53d793d91cca3ebe37842 (diff) | |
| download | piscine-9675f63eac7a10d1814324067209935de71495cf.tar.gz piscine-9675f63eac7a10d1814324067209935de71495cf.tar.bz2 piscine-9675f63eac7a10d1814324067209935de71495cf.zip | |
c01 testing
Diffstat (limited to 'c01/ex05')
| -rw-r--r-- | c01/ex05/ft_putstr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/c01/ex05/ft_putstr.c b/c01/ex05/ft_putstr.c index 5290837..55d0d43 100644 --- a/c01/ex05/ft_putstr.c +++ b/c01/ex05/ft_putstr.c @@ -6,10 +6,12 @@ /* By: cacharle <charles.cabergs@gmail.com> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/07/03 17:57:28 by cacharle #+# #+# */ -/* Updated: 2019/07/03 18:15:52 by cacharle ### ########.fr */ +/* Updated: 2019/07/04 06:29:50 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ +#include <unistd.h> + void ft_putstr(char *str) { while (*str != '\0') |
