diff options
Diffstat (limited to '')
-rw-r--r-- | src/f_errno.c (renamed from src/ft_f_errno.c) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ft_f_errno.c b/src/f_errno.c index 22ee7a9..360cf9f 100644 --- a/src/ft_f_errno.c +++ b/src/f_errno.c @@ -1,7 +1,7 @@ /* ************************************************************************** */ /* */ /* ::: :::::::: */ -/* ft_f_errno.c :+: :+: :+: */ +/* f_errno.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ @@ -15,10 +15,10 @@ #include <errno.h> #include <unistd.h> -#include "ft_s_struct.h" +#include "s_struct.h" void - ft_f_dump_errno(const char concern[], + f_dump_errno(const char concern[], t_msh *msh) { ft_dprintf(STDERR_FILENO, "%s: %s: %s\n", |