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

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

Definition in file ft_putchar_fd.c.

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

Go to the source code of this file.

Functions

void ft_putchar_fd (char c, int fd)
 Write character c to file descriptor fd.
 

Function Documentation

◆ ft_putchar_fd()

void ft_putchar_fd ( char  c,
int  fd 
)

Write character c to file descriptor fd.

Parameters
[in]cCharacter to write
[in]fdFile descriptor to write to

Definition at line 28 of file ft_putchar_fd.c.

Here is the caller graph for this function: