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