aboutsummaryrefslogtreecommitdiff
path: root/include/libft_io.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-14 03:46:08 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-14 03:46:08 +0100
commit9af2885d872de9c60b11159efe0685738031096d (patch)
tree813183555eae5d0a84f11d7be3178d07b3d5f9d9 /include/libft_io.h
parentadbcf69ed50ea3896d4bbe863ea5d214ae5a0299 (diff)
downloadlibft-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.h4
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