22#include "../sequence.h"
23#include "../../utils/internal_types.h"
void pre_percent(va_list args, t_sequence *seq)
Preprocess the percent specifier by setting s_sequence::data to %, s_sequence::total_len to 1,...
int process_char(t_sequence seq, int *fd, int total)
Processes the character specifier by writing a character. (Wow)
unsigned long long t_ubiggest
Convenience typedef for largest unsigned type I need to handle.
Holds information regarding the current format specifier sequence.
int(* process)(struct s_sequence, int *, int)
Function to use for processing this sequence's value.
t_ubiggest data
Retrieved variable argument.
int total_len
Total number of characters after padding.