![]()  | 
								
									 
										tgrekov-push_swap
									 
									
										HIVE push_swap July 2024
									 
								 | 
							
Definition in file ft_putendl_fd.c.
#include "libft.h"Go to the source code of this file.
Functions | |
| void | ft_putendl_fd (char *s, int fd) | 
Write string at pointer s followed by a newline to file descriptor fd.   | |
| void ft_putendl_fd | ( | char * | s, | 
| int | fd | ||
| ) | 
Write string at pointer s followed by a newline to file descriptor fd. 
| [in] | s | Pointer to string to write | 
| [in] | fd | File descriptor to write to | 
Definition at line 29 of file ft_putendl_fd.c.
References ft_putchar_fd(), and ft_putstr_fd().