aboutsummaryrefslogtreecommitdiff
path: root/ft_atoi.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-10-17 09:09:41 +0200
committerCharles <sircharlesaze@gmail.com>2019-10-17 09:09:41 +0200
commit6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7 (patch)
treeb4ff52e57f5cbef2a4ea578e0401a2b206318d4a /ft_atoi.c
parent8a4d4c806e9896228f016baa62c5c7e219acf655 (diff)
downloadlibft-6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7.tar.gz
libft-6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7.tar.bz2
libft-6cb01d2fd8a6b07ef3ddaa8bb322f30c545316e7.zip
More protection
- substr if start > str length - all list functions check for NULL reference - not modifying const pointers
Diffstat (limited to 'ft_atoi.c')
-rw-r--r--ft_atoi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ft_atoi.c b/ft_atoi.c
index 5fbbf47..24c81c2 100644
--- a/ft_atoi.c
+++ b/ft_atoi.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 09:46:16 by cacharle #+# #+# */
-/* Updated: 2019/10/07 14:04:17 by cacharle ### ########.fr */
+/* Updated: 2019/10/17 08:04:04 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */