Minishell
Loading...
Searching...
No Matches
mini_printf.h File Reference
#include <unistd.h>
#include <stddef.h>
#include <stdarg.h>
Include dependency graph for mini_printf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  format_pointers
 

Typedefs

typedef struct format_pointers format_t
 

Functions

void my_putchar (char c)
 
void my_extract_nbr (va_list *args)
 
void my_char (va_list *argcs)
 
void my_putstr (va_list *args)
 
void my_perc (va_list *args)
 
int mini_printf (const char *format,...)
 

Typedef Documentation

◆ format_t

typedef struct format_pointers format_t

Function Documentation

◆ mini_printf()

int mini_printf ( const char * format,
... )
Here is the call graph for this function:

◆ my_char()

void my_char ( va_list * argcs)
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: