maxishell
Implementation of a shell for Linux-like systems
|
#include "libft.h"
Go to the source code of this file.
Functions | |
int | ft_hex_len (unsigned int n) |
void | ft_put_hex (unsigned int n, const char upper_lower) |
int | ft_print_unsigned_hex (unsigned int n, const char upper_lower) |
int ft_hex_len | ( | unsigned int | n | ) |
Definition at line 15 of file ft_print_unsigned_hex.c.
Referenced by ft_print_unsigned_hex().
int ft_print_unsigned_hex | ( | unsigned int | n, |
const char | upper_lower | ||
) |
Definition at line 49 of file ft_print_unsigned_hex.c.
References ft_hex_len(), ft_put_hex(), and ft_putchar_fd().
Referenced by ft_formatssssss().
void ft_put_hex | ( | unsigned int | n, |
const char | upper_lower | ||
) |
Definition at line 28 of file ft_print_unsigned_hex.c.
References ft_put_hex(), and ft_putchar_fd().
Referenced by ft_print_unsigned_hex(), and ft_put_hex().