![]()  | 
								
									 
										tgrekov-pipex
									 
									
										HIVE pipex May 2024
									 
								 | 
							
Holds information regarding the current format specifier sequence. More...
#include <sequence.h>
Data Fields | |
| char | specifier | 
| The specifier character for this sequence.  | |
| t_subspec | subspec | 
| Holds subspecifier options for a format specifier.    | |
| char * | sign | 
| String containing the prefix for the value. Set during preprocessing for a format handler.  | |
| t_ubiggest | data | 
| Retrieved variable argument.  | |
| int | total_len | 
| Total number of characters after padding.  | |
| int | pad_len | 
| Number of characters to pad.  | |
| int(* | process )(struct s_sequence, int *, int) | 
| Function to use for processing this sequence's value.  | |
Holds information regarding the current format specifier sequence.
Definition at line 48 of file sequence.h.