Minishell
Loading...
Searching...
No Matches
mini_printf_utils.c File Reference
#include <stdarg.h>
#include <unistd.h>
Include dependency graph for mini_printf_utils.c:

Functions

void my_putchar (char c)
 
void my_char (va_list *args)
 
void my_perc (va_list *args)
 
void my_extract_nbr (va_list *args)
 
void my_putstr (va_list *args)
 

Function Documentation

◆ my_char()

void my_char ( va_list * args)
Here is the call graph for this function:

◆ my_extract_nbr()

void my_extract_nbr ( va_list * args)
Here is the call graph for this function:

◆ my_perc()

void my_perc ( va_list * args)
Here is the call graph for this function:

◆ my_putchar()

void my_putchar ( char c)

◆ my_putstr()

void my_putstr ( va_list * args)
Here is the call graph for this function: