ft_print_error - kibotrel/42-Libft GitHub Wiki
void ft_print_error(char *desc, int error)
Description :
Prints the string desc
on the standard output and exit the program with the value error
.
Return Value :
Nothing.
void ft_print_error(char *desc, int error)
Description :
Prints the string desc
on the standard output and exit the program with the value error
.
Return Value :
Nothing.