16# include "internal_types.h"
unsigned long long t_ubiggest
Convenience typedef for largest unsigned type I need to handle.
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.