Initial commit
This commit is contained in:
9
srcs/error.c
Normal file
9
srcs/error.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "so_long.h"
|
||||
#include "unistd.h"
|
||||
|
||||
int
|
||||
ft_put_error(void)
|
||||
{
|
||||
write(2, "Error\n", 6);
|
||||
return (1);
|
||||
}
|
||||
Reference in New Issue
Block a user