diff --git a/srcs/ft_strchrset.c b/srcs/ft_strchrset.c index 8f4c48e..103e857 100644 --- a/srcs/ft_strchrset.c +++ b/srcs/ft_strchrset.c @@ -6,13 +6,13 @@ /* By: hulamy +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/16 15:07:11 by hulamy #+# #+# */ -/* Updated: 2020/02/16 15:12:03 by hulamy ### ########.fr */ +/* Updated: 2020/03/10 15:24:14 by hulamy ### ########.fr */ /* */ /* ************************************************************************** */ /* -** return 1 if any character of the character set is found in s -** else return 0 +** if any character of the character set is found in s +** return a pointer to the first found, else return 0 */ #include "libft.h" diff --git a/srcs/ft_utoa.c b/srcs/ft_utoa.c index 7fc52dd..da845bf 100644 --- a/srcs/ft_utoa.c +++ b/srcs/ft_utoa.c @@ -1,3 +1,14 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_utoa.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: hulamy +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/03/12 22:36:50 by hulamy #+# #+# */ +/* Updated: 2020/03/12 22:36:56 by hulamy ### ########.fr */ +/* */ +/* ************************************************************************** */ /* ** take an unsigned integer and give a string