K 10 svn:author V 3 pjd K 8 svn:date V 27 2007-09-01T06:19:11.000000Z K 7 svn:log V 280 Implement expand_number(3), which is the opposite of humanize_number(3), ie. 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 Approved by: re (bmah) END