nearly TGIF \o/

norming some functions + added objs dir
This commit is contained in:
Tanguy MAZE
2019-02-28 16:23:00 +01:00
parent d72a91f9e9
commit e6970465e9
4 changed files with 16 additions and 11 deletions

View File

@@ -6,13 +6,13 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/02/25 16:16:40 by tmaze #+# #+# */
/* Updated: 2019/02/25 16:17:31 by tmaze ### ########.fr */
/* Updated: 2019/02/28 16:18:26 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
#include "libft.h"
int ft_hasdigit(char *s)
int ft_hasdigit(char *s)
{
int i;