tgrekov-ft_printf
HIVE printf Feb 2024
Loading...
Searching...
No Matches
s_sequence Struct Reference

Holds information regarding the current format specifier sequence. More...

#include <sequence.h>

Collaboration diagram for s_sequence:
[legend]

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.
 

Detailed Description

Holds information regarding the current format specifier sequence.

Definition at line 48 of file sequence.h.


The documentation for this struct was generated from the following files: