norme pour utoa
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user