maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
static int | count_digits (int n) |
char * | ft_itoa (int n) |
|
static |
char * ft_itoa | ( | int | n | ) |
Definition at line 40 of file ft_itoa.c.
References count_digits(), and ft_strdup().
Referenced by builtin_env(), ft_print_int(), set_shell_var_handler(), and shell_variable_update().