Minishell
Loading...
Searching...
No Matches
mini_printf_helpers.h File Reference
#include <unistd.h>
#include <stddef.h>
Include dependency graph for mini_printf_helpers.h:

Go to the source code of this file.

Functions

void my_putchar (char c)
 
int my_put_nbr (int nb)
 
int my_putstr (char *str)
 
int my_strlen (char *str)
 

Function Documentation

◆ my_put_nbr()

int my_put_nbr ( int nb)

◆ my_putchar()

void my_putchar ( char c)

◆ my_putstr()

int my_putstr ( char * str)

◆ my_strlen()

int my_strlen ( char * str)