Holds subspecifier options for a format specifier.
 
int precision
Minimum number of digits to be printed, or maximum characters for strings.
 
int min_width
Minimum number of characters to be printed.
 
char force_decimal
1 or 0, whether or not to prefix octals or hexadecimals with their respective prefixes....
 
char * forced_sign
String to print before the value. Set before preprocessing for a format handler. Will be overriden,...
 
t_lenmod lenmod
Represents the length modifiers for a format specifier's variable argument.
 
char left_justify
1 or 0, whether padding should left justify.
 
char * pad_str
String used when padding values.
 
enum e_lenmod t_lenmod
Represents the length modifiers for a format specifier's variable argument.
 
e_lenmod
Represents the length modifiers for a format specifier's variable argument.
 
struct s_subspec t_subspec
Holds subspecifier options for a format specifier.