23# include "internal_types.h"
unsigned long long t_ubiggest
Convenience typedef for largest unsigned type I need to handle.
int repeat_str_n(const char *str, int n, int fd)
Write exactly n characters from str on descriptor fd. Repeats string if ft_strlen(str) is greater tha...
int wrap_err(int n, int *total)
Wrapper for handling functions that return a positive integer on success and -1 on failure....
int u_put_base(t_ubiggest n, char *base, int fd)
Write unsigned number n on descriptor fd in base base.
int u_len_base(t_ubiggest n, int base)
Determine the length of unsigned number n in base base.