purge ancien files et mise a jour libftH

This commit is contained in:
Hugo LAMY
2019-11-25 15:46:21 +01:00
parent b6e9b9e5e6
commit 96c7ce814e
182 changed files with 239 additions and 2718 deletions

View File

@@ -6,7 +6,7 @@
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/11/25 14:01:40 by hulamy #+# #+# */
/* Updated: 2019/11/25 14:01:45 by hulamy ### ########.fr */
/* Updated: 2019/11/25 14:19:43 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -15,13 +15,13 @@
** s by index i
*/
/*
/*
** #include <libc.h>
**
**
** size_t ft_strlen(const char *str)
** {
** size_t i;
**
**
** i = 0;
** while (str[i])
** i++;
@@ -33,14 +33,14 @@
** c -= 32;
** return (c);
** }
**
**
** char *ft_strmapi(char const *s, char (*f)(unsigned int, char));
**
**
** int main(int ac, char **av)
** {
** char *str;
** char touppercase(unsigned int, char);
**
**
** if (ac != 2)
** return (0);
** str = av[1];
@@ -49,7 +49,7 @@
** printf("%s\n",str);
** return (0);
** }
*/
*/
#include "libft.h"