Minishell
|
#include <unistd.h>
#include <stddef.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) |
int my_put_nbr | ( | int | nb | ) |
void my_putchar | ( | char | c | ) |
int my_putstr | ( | char * | str | ) |
int my_strlen | ( | char * | str | ) |