|
NAMEexpand_number —
format a number from human readable form
LIBRARYSystem Utilities Library (libutil, -lutil)SYNOPSIS#include <libutil.h>
int
DESCRIPTIONTheexpand_number () function parses the
buf string and stores a unsigned 64-bit quantity at
*num.
The The suffixes are:
RETURN VALUESUpon successful completion, the value 0 is returned; otherwise the value -1 is returned and the global variable errno is set to indicate the error.ERRORSTheexpand_number () function will fail if:
SEE ALSOhumanize_number(3)HISTORYTheexpand_number () function first appeared in
FreeBSD 6.3.
Visit the GSP FreeBSD Man Page Interface. |