19 lines
980 B
C
19 lines
980 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* pf_getflags.c :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2019/02/07 14:14:38 by tmaze #+# #+# */
|
|
/* Updated: 2019/02/07 14:20:13 by tmaze ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#include "libftprintf.h"
|
|
|
|
size_t *pf_getflags(const char *format, t_flags *flags)
|
|
{
|
|
|
|
}
|