20#ifndef HANDLER_UTILS_H 
   21# define HANDLER_UTILS_H 
   24# include "../../../utils/internal_types.h" 
   25# include "../../sequence.h" 
unsigned long long t_ubiggest
Convenience typedef for largest unsigned type I need to handle.
 
t_ubiggest unsigned_arg(va_list args, t_lenmod lenmod)
Retrieves the next unsigned variable argument in the appropriate size dependent on the length modifie...
 
int u_print_base(t_sequence seq, int fd, char *base)
Writes an unsigned integer in base base on descriptor fd, with respect to the s_subspec::precision.
 
Holds information regarding the current format specifier sequence.
 
enum e_lenmod t_lenmod
Represents the length modifiers for a format specifier's variable argument.