Change string writting functions to accept const
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 8 Mar 2024 23:13:13 +0000 (00:13 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 8 Mar 2024 23:13:13 +0000 (00:13 +0100)
commit45282f85cbe6209f2476953fef3146b4b65e4eb7
treeb997e6002fb2262a9ea4139723d15142cb9f5785
parentdb179cd200163de7d1cd25cc02b868edd0766cb2
Change string writting functions to accept const

This change is done because the writting functions do not (to my
knowledge) change the input string so it can as well be const.
ft_io/ft_putendl_fd.c
ft_io/ft_putstr_fd.c
inc/ft_io.h