norme pour utoa

This commit is contained in:
Hugo LAMY
2020-03-12 22:38:26 +01:00
parent da423da298
commit b7340d9324
2 changed files with 14 additions and 3 deletions

View File

@@ -6,13 +6,13 @@
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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"

View File

@@ -1,3 +1,14 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_utoa.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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