22#include "../sequence.h"
23#include "../../utils/internal_types.h"
unsigned long long t_ubiggest
Convenience typedef for largest unsigned type I need to handle.
static int process_set_fd(t_sequence seq, int *fd, int total)
Processes the set file descriptor specifier by setting the file descriptor. (Phenomenal design)
void pre_set_fd(va_list args, t_sequence *seq)
Preprocess the set file descriptor specifier by retrieving the argument, ensuring that s_subspec::min...
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.
t_subspec subspec
Holds subspecifier options for a format specifier.
int min_width
Minimum number of characters to be printed.