added test function

This commit is contained in:
vagrant
2019-02-11 06:20:04 +00:00
parent 74b3f069bc
commit 973ac2479a
6 changed files with 119 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/02/07 13:03:44 by tmaze #+# #+# */
/* Updated: 2019/02/07 17:03:50 by tmaze ### ########.fr */
/* Updated: 2019/02/09 14:38:22 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -41,6 +41,7 @@ typedef struct s_flags
char size;
} t_flags;
void pf_putflags(t_flags *flags);
size_t pf_getflags(const char *format, t_flags *flags);
int pf_convc(t_flags *flags, va_list *ap);