a number in human-readable form is converted to int64_t, for example:
123b -> 123
10k -> 10240
16G ->
17179869184
First version submitted by: Eric Anderson <anderson@freebsd.org>
Approved by: re (bmah)
struct termios *_termp, struct winsize *_winp);
int humanize_number(char *_buf, size_t _len, int64_t _number,
const char *_suffix, int _scale, int _flags);
+int expand_number(char *_buf, int64_t *_num);
const char *uu_lockerr(int _uu_lockresult);
int uu_lock(const char *_ttyname);
int uu_unlock(const char *_ttyname);