25# include "../utils/internal_types.h"
struct s_sequence t_sequence
Holds information regarding the current format specifier sequence.
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.
char specifier
The specifier character for this sequence.
t_ubiggest data
Retrieved variable argument.
t_subspec subspec
Holds subspecifier options for a format specifier.
int total_len
Total number of characters after padding.
char * sign
String containing the prefix for the value. Set during preprocessing for a format handler.
int pad_len
Number of characters to pad.
Holds subspecifier options for a format specifier.