![]()  | 
								
									 
										tgrekov-push_swap
									 
									
										HIVE push_swap July 2024
									 
								 | 
							
Definition in file ft_putnbr_fd.c.
#include "libft.h"Go to the source code of this file.
Functions | |
| void | ft_putnbr_fd (int n, int fd) | 
Converts integer n to it's ASCII representation and writes it to file descriptor fd.   | |
| void ft_putnbr_fd | ( | int | n, | 
| int | fd | ||
| ) | 
Converts integer n to it's ASCII representation and writes it to file descriptor fd. 
| [in] | n | Integer to convert | 
| [in] | fd | File descriptor to write to | 
Definition at line 29 of file ft_putnbr_fd.c.
References ft_putnbr_fd().