22#include "../sequence.h"
23#include "../../utils/utils.h"
24#include "../../utils/internal_types.h"
40 seq->
data = (
unsigned long long) va_arg(args,
void *);
void pre_ptr(va_list args, t_sequence *seq)
Preprocess the pointer specifier by retrieving the address, setting the s_sequence::total_len with u_...
int process_uhex(t_sequence seq, int *fd, int total)
Process the unsigned octal specifier by printing the number in uppercase or lowercase base 16 dependi...
int u_len_base(t_ubiggest n, int base)
Determine the length of unsigned number n in base base.
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.
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.