diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-14 03:46:08 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-14 03:46:08 +0100 |
| commit | 9af2885d872de9c60b11159efe0685738031096d (patch) | |
| tree | 813183555eae5d0a84f11d7be3178d07b3d5f9d9 /include/libft_io.h | |
| parent | adbcf69ed50ea3896d4bbe863ea5d214ae5a0299 (diff) | |
| download | libft-9af2885d872de9c60b11159efe0685738031096d.tar.gz libft-9af2885d872de9c60b11159efe0685738031096d.tar.bz2 libft-9af2885d872de9c60b11159efe0685738031096d.zip | |
Added documentation for all functions and refactored ft_strjoin_free -> ft_strjoinf
Diffstat (limited to 'include/libft_io.h')
| -rw-r--r-- | include/libft_io.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libft_io.h b/include/libft_io.h index e1a2536..76bce17 100644 --- a/include/libft_io.h +++ b/include/libft_io.h @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/31 10:35:43 by cacharle #+# #+# */ -/* Updated: 2020/01/31 10:35:48 by cacharle ### ########.fr */ +/* Updated: 2020/02/14 02:23:43 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -27,6 +27,8 @@ void ft_putstr_fd(char *s, int fd); void ft_putendl_fd(char *s, int fd); void ft_putnbr_fd(int n, int fd); +char ft_getchar(void); + # ifndef FTNL_BUFFER_SIZE # define FTNL_BUFFER_SIZE 32 # endif |
