maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
int | ft_ptr_len (uintptr_t num) |
void | ft_put_ptr (uintptr_t num) |
int | ft_print_ptr (unsigned long long ptr) |
int ft_print_ptr | ( | unsigned long long | ptr | ) |
Definition at line 44 of file ft_print_ptr.c.
References ft_ptr_len(), and ft_put_ptr().
Referenced by ft_formatssssss().
int ft_ptr_len | ( | uintptr_t | num | ) |
Definition at line 15 of file ft_print_ptr.c.
Referenced by ft_print_ptr().
void ft_put_ptr | ( | uintptr_t | num | ) |
Definition at line 28 of file ft_print_ptr.c.
References ft_put_ptr(), and ft_putchar_fd().
Referenced by ft_print_ptr(), and ft_put_ptr().