diff options
| author | Dominik Kaiser | 2024-03-15 13:33:20 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2024-03-15 13:33:20 +0100 |
| commit | b3bb3f0889cb01e6a1064a13b718f623bdc5a1e2 (patch) | |
| tree | fba98ab72b0260bea2e656a6c44e807c5f774e15 /ft_printf.h | |
| parent | d1c0783d459418ddc32a3d5a95b07dd24d67e8a7 (diff) | |
| download | ft_printf-b3bb3f0889cb01e6a1064a13b718f623bdc5a1e2.tar.gz ft_printf-b3bb3f0889cb01e6a1064a13b718f623bdc5a1e2.zip | |
Remove unnecessary comment in header
Diffstat (limited to 'ft_printf.h')
| -rw-r--r-- | ft_printf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ft_printf.h b/ft_printf.h index a3024a8..22f6a2a 100644 --- a/ft_printf.h +++ b/ft_printf.h @@ -6,14 +6,13 @@ /* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/03/12 18:19:47 by dkaiser #+# #+# */ -/* Updated: 2024/03/15 13:04:52 by dkaiser ### ########.fr */ +/* Updated: 2024/03/15 13:33:09 by dkaiser ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef FT_PRINTF_H # define FT_PRINTF_H -//# include "libft/libft.h" # include <stdarg.h> # include <unistd.h> |
