added test function
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user