tgrekov-push_swap
HIVE push_swap July 2024
|
Definition in file err.c.
#include <libft.h>
Go to the source code of this file.
Functions | |
int | err (char *str, int retval) |
Print str to stderr and return retval . | |
int err | ( | char * | str, |
int | retval | ||
) |
Print str
to stderr and return retval
.
[in] | str | |
[in] | retval |
int |
Definition at line 29 of file err.c.
References ft_putstr_fd().