tgrekov-pipex
HIVE pipex May 2024
Loading...
Searching...
No Matches
ft_putnbr_fd.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr_fd.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/28 00:10:14 by tgrekov #+# #+# */
/* Updated: 2023/11/04 22:47:32 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file ft_putnbr_fd.c.

#include "libft.h"
Include dependency graph for ft_putnbr_fd.c:

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.
 

Function Documentation

◆ ft_putnbr_fd()

void ft_putnbr_fd ( int  n,
int  fd 
)

Converts integer n to it's ASCII representation and writes it to file descriptor fd.

Parameters
[in]nInteger to convert
[in]fdFile descriptor to write to

Definition at line 29 of file ft_putnbr_fd.c.

References ft_putnbr_fd().

Here is the call graph for this function:
Here is the caller graph for this function: