Improve main by implementing fmtsplit to split format into chunks and pass function pointer to compare ft_printf with printf
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/01/18 15:26:06 by gbaconni #+# #+# */
|
||||
/* Updated: 2022/04/18 00:26:16 by gbaconni ### lausanne.ch */
|
||||
/* Updated: 2022/04/24 00:00:59 by gbaconni ### lausanne.ch */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -25,10 +25,12 @@
|
||||
|
||||
/* Helper */
|
||||
|
||||
int ft_skipchars(const char *s, char *chars);
|
||||
char *ft_strrev(char *s);
|
||||
char *ft_ltoa_base(long n, char *base);
|
||||
int ft_putchar(int c);
|
||||
int ft_puts(const char *s);
|
||||
char *ft_unescape(const char *str);
|
||||
|
||||
/* Mandatory */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user