minishell
t_data Union Reference

#include <ft_printf_local.h>

Collaboration diagram for t_data:
Collaboration graph

Data Fields

char str_buf [STR_BUF_LEN]
 
char * str
 
void * p_ptr
 
size_t ptr
 
char c
 
int s_digit
 
unsigned int u_digit
 

Detailed Description

Definition at line 36 of file ft_printf_local.h.

Field Documentation

◆ c

char t_data::c

Definition at line 42 of file ft_printf_local.h.

◆ p_ptr

void* t_data::p_ptr

Definition at line 40 of file ft_printf_local.h.

◆ ptr

size_t t_data::ptr

Definition at line 41 of file ft_printf_local.h.

◆ s_digit

int t_data::s_digit

Definition at line 43 of file ft_printf_local.h.

◆ str

char* t_data::str

Definition at line 39 of file ft_printf_local.h.

◆ str_buf

char t_data::str_buf[STR_BUF_LEN]

Definition at line 38 of file ft_printf_local.h.

◆ u_digit

unsigned int t_data::u_digit

Definition at line 44 of file ft_printf_local.h.


The documentation for this union was generated from the following file: